Skip to content

Commit

Permalink
infra: enable the waf
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 27, 2024
1 parent c33a664 commit eee9791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit eee9791

Please sign in to comment.