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 e9a2442 commit e99fe11Copy full SHA for e99fe11
infra/main.tf
@@ -14,7 +14,7 @@ module "fastly_production" {
14
s3_logging_keys = var.fastly_s3_logging
15
16
ngwaf_site_name = "prod"
17
- ngwaf_email = "jacob.coffee@pyfound.org" # TODO
+ ngwaf_email = "infrastructure-staff@python.org"
18
ngwaf_token = var.ngwaf_token
19
activate_ngwaf_service = false
20
}
@@ -36,7 +36,7 @@ module "fastly_staging" {
36
37
38
ngwaf_site_name = "test"
39
40
41
activate_ngwaf_service = true
42
0 commit comments