From 9fdacecd42d20fca48971dd18bbe80c45db5c59a Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 12 Feb 2026 18:28:54 -0500 Subject: [PATCH] add default for subnets_name --- common/variables.product.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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