From d54cc26a0b57a80288aef8da4a9b4b0affc35702 Mon Sep 17 00:00:00 2001 From: Toby Drane Date: Tue, 6 Feb 2024 15:21:07 +0000 Subject: [PATCH] upgrade API version --- infrastructure/modules/rapid/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/modules/rapid/variables.tf b/infrastructure/modules/rapid/variables.tf index ff4b065..24cf591 100644 --- a/infrastructure/modules/rapid/variables.tf +++ b/infrastructure/modules/rapid/variables.tf @@ -13,13 +13,13 @@ variable "app-replica-count-max" { variable "application_version" { type = string description = "The version number for the application image (e.g.: v1.0.4, v1.0.x-latest, etc.)" - default = "v7.0.8" + default = "v7.0.9" } variable "ui_version" { type = string description = "The version number for the static ui (e.g.: v1.0.0, etc.)" - default = "v7.0.8" + default = "v7.0.9" } variable "catalog_disabled" {