From 4215a57bef2a63db96992eebfa528915f33f65a8 Mon Sep 17 00:00:00 2001 From: Nikki Tebaldi <17799906+nikki-t@users.noreply.github.com> Date: Mon, 13 Nov 2023 18:39:53 +0000 Subject: [PATCH] Update component version --- terraform/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/variables.tf b/terraform/variables.tf index 35b1905..4e9f17e 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 "aqua_processing_type" {