From abdba1afeabf62c750ab7b12e6bf6c7343910fb5 Mon Sep 17 00:00:00 2001 From: Nikki Tebaldi <17799906+nikki-t@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:55:32 +0000 Subject: [PATCH] Update generate workflow version --- terraform/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 7810d1a..1ac873d 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -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" {