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 9e4d888Copy full SHA for 9e4d888
infra/main.tf
@@ -16,7 +16,7 @@ module "fastly_production" {
16
ngwaf_site_name = "prod"
17
ngwaf_email = "infrastructure-staff@python.org"
18
ngwaf_token = var.ngwaf_token
19
- activate_ngwaf_service = false
+ activate_ngwaf_service = true
20
}
21
22
module "fastly_staging" {
0 commit comments