Skip to content

Commit

Permalink
add google region southamerica-west1 (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgarff committed Nov 18, 2021
1 parent d791e8c commit f0d642c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/blockstorage/gcepd/gcepd.go
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,12 @@ func staticRegionToZones(region string) ([]string, error) {
"southamerica-east1-b",
"southamerica-east1-c",
}, nil
case "southamerica-west1":
return []string{
"southamerica-west1-a",
"southamerica-west1-b",
"southamerica-west1-c",
}, nil
case "us-central1":
return []string{
"us-central1-a",
Expand Down

0 comments on commit f0d642c

Please sign in to comment.