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 c33a664 commit bc8bfedCopy full SHA for bc8bfed
infra/main.tf
@@ -13,7 +13,7 @@ module "fastly_production" {
13
fastly_header_token = var.FASTLY_HEADER_TOKEN
14
s3_logging_keys = var.fastly_s3_logging
15
16
- ngwaf_site_name = "prod"
+ ngwaf_site_name = "pythondotorg-prod"
17
ngwaf_email = "infrastructure-staff@python.org"
18
ngwaf_token = var.ngwaf_token
19
activate_ngwaf_service = false
@@ -35,7 +35,7 @@ module "fastly_staging" {
35
36
37
38
- ngwaf_site_name = "test"
+ ngwaf_site_name = "pythondotorg-test"
39
40
41
activate_ngwaf_service = true
0 commit comments