Skip to content

Commit

Permalink
add zones to region westus3 (#1057)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
TribalNightOwl and mergify[bot] authored Jul 28, 2021
1 parent f79c04b commit 5e57a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blockstorage/azure/azuredisk.go
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ func staticRegionToZones(region string) ([]string, error) {
case "westus2stage":
return nil, nil
case "westus3":
return nil, nil
return []string{"westus3-1", "westus3-2", "westus3-3"}, nil
case "westusstage":
return nil, nil
}
Expand Down

0 comments on commit 5e57a37

Please sign in to comment.