We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84515d4 commit ceb601bCopy full SHA for ceb601b
infra/cdn/variables.tf
@@ -62,8 +62,8 @@ variable "ngwaf_site_name" {
62
description = "Site SHORT name for NGWAF"
63
64
validation {
65
- condition = can(regex("^(test|stage|prod)$", var.ngwaf_site_name))
66
- error_message = "'ngwaf_site_name' must be one of the following: test, stage, or prod"
+ condition = can(regex("^(pythondotorg-test|pythondotorg-prod)$", var.ngwaf_site_name))
+ error_message = "'ngwaf_site_name' must be one of the following: pythondotorg-test, or pythondotorg-prod"
67
}
68
69
variable "ngwaf_email" {
0 commit comments