Skip to content

Commit 9e4d888

Browse files
authored
infra: enable the waf (#2613)
1 parent c33a664 commit 9e4d888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module "fastly_production" {
1616
ngwaf_site_name = "prod"
1717
ngwaf_email = "infrastructure-staff@python.org"
1818
ngwaf_token = var.ngwaf_token
19-
activate_ngwaf_service = false
19+
activate_ngwaf_service = true
2020
}
2121

2222
module "fastly_staging" {

0 commit comments

Comments
 (0)