Skip to content

Commit

Permalink
Add new zones to AWS (#1157)
Browse files Browse the repository at this point in the history
* Add new zones to AWS

* go fmt fix
  • Loading branch information
bathina2 committed Dec 15, 2021
1 parent e88bf94 commit 0416308
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/blockstorage/awsebs/awsebs.go
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,9 @@ func staticRegionToZones(region string) ([]string, error) {
"eu-central-1a",
"eu-central-1b",
"eu-central-1c",
"eu-central-1-wl1-ber-wlz-1",
"eu-central-1-wl1-dtm-wlz-1",
"eu-central-1-wl1-muc-wlz-1",
}, nil
case "us-east-1":
return []string{
Expand Down

0 comments on commit 0416308

Please sign in to comment.