Skip to content

Commit

Permalink
Update generate workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki-t committed Nov 13, 2023
1 parent c32c522 commit abdba1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ variable "app_name" {
}

variable "app_version" {
type = number
type = string
description = "The application version number"
default = 0.1
default = "0.1.1"
}

variable "aws_region" {
Expand Down

0 comments on commit abdba1a

Please sign in to comment.