diff --git a/common/variables.product.tf b/common/variables.product.tf index 0ede96b..13fa63b 100644 --- a/common/variables.product.tf +++ b/common/variables.product.tf @@ -102,5 +102,5 @@ variable "vpc_name" { variable "subnets_name" { description = "Name tag of the subnets to deploy into" type = string - default = "apps" + default = "*-apps-*" } \ No newline at end of file