From 9e4d888b4dc58cf9e4f35ea33c4f50c7ba9e91c6 Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Fri, 27 Sep 2024 09:28:38 -0500 Subject: [PATCH] infra: enable the waf (#2613) --- infra/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/main.tf b/infra/main.tf index 90c2ba9c5..d5865970f 100644 --- a/infra/main.tf +++ b/infra/main.tf @@ -16,7 +16,7 @@ module "fastly_production" { ngwaf_site_name = "prod" ngwaf_email = "infrastructure-staff@python.org" ngwaf_token = var.ngwaf_token - activate_ngwaf_service = false + activate_ngwaf_service = true } module "fastly_staging" {