diff --git a/infrastructure/variables.tf b/infrastructure/variables.tf index 62566151b..e197a7721 100644 --- a/infrastructure/variables.tf +++ b/infrastructure/variables.tf @@ -1,4 +1,7 @@ -variable "product" {} +variable "product" { + type = string + default = "fees-register" +} variable "component" {}