Skip to content

Commit

Permalink
chore: use service account
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 12, 2024
1 parent e9a2442 commit e99fe11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "fastly_production" {
s3_logging_keys = var.fastly_s3_logging

ngwaf_site_name = "prod"
ngwaf_email = "jacob.coffee@pyfound.org" # TODO
ngwaf_email = "infrastructure-staff@python.org"
ngwaf_token = var.ngwaf_token
activate_ngwaf_service = false
}
Expand All @@ -36,7 +36,7 @@ module "fastly_staging" {
s3_logging_keys = var.fastly_s3_logging

ngwaf_site_name = "test"
ngwaf_email = "jacob.coffee@pyfound.org" # TODO
ngwaf_email = "infrastructure-staff@python.org"
ngwaf_token = var.ngwaf_token
activate_ngwaf_service = true
}

0 comments on commit e99fe11

Please sign in to comment.