Skip to content

Commit

Permalink
no extra check
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Feb 11, 2025
1 parent 86a5b29 commit fca908f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variable "base" {
nullable = false

validation {
condition = var.base == null || contains(["[email protected]", "[email protected]"], var.base)
condition = contains(["[email protected]", "[email protected]"], var.base)
error_message = "Base must be one of [email protected], [email protected]"
}
}
Expand Down

0 comments on commit fca908f

Please sign in to comment.