8000 release: push latest changes by JacobCoffee · Pull Request #2620 · python/pythondotorg · GitHub
[go: up one dir, main page]

Skip to content

release: push latest changes #2620

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Sep 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
infra: enable the waf (#2613)
  • Loading branch information
JacobCoffee authored Sep 27, 2024
commit 9e4d888b4dc58cf9e4f35ea33c4f50c7ba9e91c6
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