Skip to content

Commit

Permalink
add nonprod
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 7, 2023
1 parent 62d2729 commit 81d7fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ variable "tgw_label" {
default = "prod"

validation {
condition = contains(["sa", "prod"], var.tgw_label)
condition = contains(["sa", "prod", "nonprod"], var.tgw_label)
error_message = "tgw_label must be set to valid environment, used in determining managed prefixes"
}
}

0 comments on commit 81d7fc0

Please sign in to comment.