Skip to content

Commit bc8bfed

Browse files
committed
fix(infra): use new site names
1 parent c33a664 commit bc8bfed

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
@@ -13,7 +13,7 @@ module "fastly_production" {
1313
fastly_header_token = var.FASTLY_HEADER_TOKEN
1414
s3_logging_keys = var.fastly_s3_logging
1515

16-
ngwaf_site_name = "prod"
16+
ngwaf_site_name = "pythondotorg-prod"
1717
ngwaf_email = "infrastructure-staff@python.org"
1818
ngwaf_token = var.ngwaf_token
1919
activate_ngwaf_service = false
@@ -35,7 +35,7 @@ module "fastly_staging" {
3535
fastly_header_token = var.FASTLY_HEADER_TOKEN
3636
s3_logging_keys = var.fastly_s3_logging
3737

38-
ngwaf_site_name = "test"
38+
ngwaf_site_name = "pythondotorg-test"
3939
ngwaf_email = "infrastructure-staff@python.org"
4040
ngwaf_token = var.ngwaf_token
4141
activate_ngwaf_service = true

0 commit comments

Comments
 (0)