Skip to content

Commit e99fe11

Browse files
committed
chore: use service account
1 parent e9a2442 commit e99fe11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module "fastly_production" {
1414
s3_logging_keys = var.fastly_s3_logging
1515

1616
ngwaf_site_name = "prod"
17-
ngwaf_email = "jacob.coffee@pyfound.org" # TODO
17+
ngwaf_email = "infrastructure-staff@python.org"
1818
ngwaf_token = var.ngwaf_token
1919
activate_ngwaf_service = false
2020
}
@@ -36,7 +36,7 @@ module "fastly_staging" {
3636
s3_logging_keys = var.fastly_s3_logging
3737

3838
ngwaf_site_name = "test"
39-
ngwaf_email = "jacob.coffee@pyfound.org" # TODO
39+
ngwaf_email = "infrastructure-staff@python.org"
4040
ngwaf_token = var.ngwaf_token
4141
activate_ngwaf_service = true
4242
}

0 commit comments

Comments
 (0)