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.
1 parent 93e0991 commit 1d0fc77Copy full SHA for 1d0fc77
infra/gcp/bash/ensure-prod-storage.sh
@@ -91,7 +91,7 @@ readonly PROD_PROJECT_DISABLED_SERVICES=(
91
# Regions for prod GCR.
92
GCR_PROD_REGIONS=(us eu asia)
93
# Regions for prod AR.
94
-AR_PROD_REGIONS=(asia-east1 asia-northeast1 europe-north1 europe-west1 europe-west4 us-central1 us-east1 us-east4)
+AR_PROD_REGIONS=(asia-east1 asia-south1 asia-northeast1 australia-southeast1 europe-north1 europe-southeast1 europe-west1 europe-west4 southamerica-west1 us-central1 us-east1 us-east4 us-west2)
95
96
# Minimum time we expect to keep prod GCS artifacts.
97
PROD_RETENTION="10y"
0 commit comments