From d169ca0141d58e658b1e32906576f94abba49a4f Mon Sep 17 00:00:00 2001 From: Dave Jones <38425925+davejones74@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:33:22 +0000 Subject: [PATCH 1/2] PAY-6575: Add missing product name --- infrastructure/variables.tf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/infrastructure/variables.tf b/infrastructure/variables.tf index 62566151b..43cbe6115 100644 --- a/infrastructure/variables.tf +++ b/infrastructure/variables.tf @@ -1,4 +1,7 @@ -variable "product" {} +variable "product" { + type = string + default = "ccpay" +} variable "component" {} From 909aef8d5ba54b236ce249aedf6e2dbe1d19d591 Mon Sep 17 00:00:00 2001 From: Dave Jones <38425925+davejones74@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:30:43 +0000 Subject: [PATCH 2/2] Update to product name used in build. --- infrastructure/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/variables.tf b/infrastructure/variables.tf index 43cbe6115..e197a7721 100644 --- a/infrastructure/variables.tf +++ b/infrastructure/variables.tf @@ -1,6 +1,6 @@ variable "product" { type = string - default = "ccpay" + default = "fees-register" } variable "component" {}