Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
Co-authored-by: David Houck <[email protected]>
  • Loading branch information
jarpat and dhoucgitter authored Nov 2, 2023
1 parent 08ffe66 commit 546027e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ variable "subnet_azs" {
# We only support configuring the AZs for the public, private, control_plane, and database subnet
validation {
condition = var.subnet_azs == {} || alltrue([for subnet in keys(var.subnet_azs) : contains(["public", "private", "control_plane", "database"], subnet)])
error_message = "ERROR: only public, private, control_plane, and database are the only keys allowed in the subnet_azs map"
error_message = "ERROR: public, private, control_plane, and database are the only keys allowed in the subnet_azs map"
}
}
variable "security_group_id" {
Expand Down

0 comments on commit 546027e

Please sign in to comment.