Skip to content

Commit 84515d4

Browse files
authored
Merge branch 'main' into fix-site-name
2 parents bc8bfed + 9e4d888 commit 84515d4

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 = "pythondotorg-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)