Skip to content

Commit

Permalink
add default for subnets_name
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 12, 2026
1 parent 8ca5bcb commit 9fdacec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/variables.product.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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-*"
}

0 comments on commit 9fdacec

Please sign in to comment.