File tree 2 files changed +4
-4
lines changed
Filter options
2 files changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ variable "ngwaf_site_name" {
62
62
description = " Site SHORT name for NGWAF"
63
63
64
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"
65
+ condition = can (regex (" ^(pythondotorg- test|pythondotorg- prod)$" , var. ngwaf_site_name ))
66
+ error_message = " 'ngwaf_site_name' must be one of the following: pythondotorg- test, or pythondotorg- prod"
67
67
}
68
68
}
69
69
variable "ngwaf_email" {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module "fastly_production" {
13
13
fastly_header_token = var. FASTLY_HEADER_TOKEN
14
14
s3_logging_keys = var. fastly_s3_logging
15
15
16
- ngwaf_site_name = " prod"
16
+ ngwaf_site_name = " pythondotorg- prod"
17
17
ngwaf_email = " infrastructure-staff@python.org"
18
18
ngwaf_token = var. ngwaf_token
19
19
activate_ngwaf_service = true
@@ -35,7 +35,7 @@ module "fastly_staging" {
35
35
fastly_header_token = var. FASTLY_HEADER_TOKEN
36
36
s3_logging_keys = var. fastly_s3_logging
37
37
38
- ngwaf_site_name = " test"
38
+ ngwaf_site_name = " pythondotorg- test"
39
39
ngwaf_email = " infrastructure-staff@python.org"
40
40
ngwaf_token = var. ngwaf_token
41
41
activate_ngwaf_service = true
You can’t perform that action at this time.
0 commit comments