We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a850eb5 + a18368a commit c15c4caCopy full SHA for c15c4ca
1 file changed
infra/main.tf
@@ -5,7 +5,7 @@ module "fastly_production" {
5
domain = "python.org"
6
subdomain = "www.python.org"
7
extra_domains = ["www.python.org"]
8
- backend_address = "pythondotorg.ingress.us-east-2.psfhosted.computer"
+ backend_address = "psf-pythondotorg-pythondotorg-b0dbd19e-web.psfhosted.net"
9
default_ttl = 3600
10
11
datadog_key = var.DATADOG_API_KEY
@@ -27,7 +27,7 @@ module "fastly_staging" {
27
subdomain = "www.test.python.org"
28
extra_domains = ["www.test.python.org"]
29
# TODO: adjust to test-pythondotorg when done testing NGWAF
30
31
32
33
0 commit comments