Skip to content

Commit

Permalink
add google region northamerica-northeast2 (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
TribalNightOwl committed Aug 5, 2021
1 parent bc29ee4 commit 86f5660
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 @@ -695,6 +695,12 @@ func staticRegionToZones(region string) ([]string, error) {
"northamerica-northeast1-b",
"northamerica-northeast1-c",
}, nil
case "northamerica-northeast2":
return []string{
"northamerica-northeast2-a",
"northamerica-northeast2-b",
"northamerica-northeast2-c",
}, nil
case "southamerica-east1":
return []string{
"southamerica-east1-a",
Expand Down

0 comments on commit 86f5660

Please sign in to comment.