Skip to content

Commit 9a8b893

Browse files
committed
Fix location of calitp-state-highway-network-stops bucket to us-west2
[#3712]
1 parent 86d8142 commit 9a8b893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iac/cal-itp-data-infra/gcs/us/storage_bucket.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ resource "google_storage_bucket" "tfer--calitp-state-geoportal-scrape" {
633633
resource "google_storage_bucket" "tfer--calitp-state-highway-network-stops" {
634634
default_event_based_hold = "false"
635635
force_destroy = "false"
636-
location = "US"
636+
location = "US-WEST2"
637637
name = "calitp-state-highway-network-stops"
638638
project = "cal-itp-data-infra"
639639
public_access_prevention = "enforced"

0 commit comments

Comments
 (0)