Skip to content

Commit

Permalink
adding missing zone to awsebs (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
bathina2 committed Jun 18, 2021
1 parent 316d402 commit 8274ba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/blockstorage/awsebs/awsebs.go
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ func staticRegionToZones(region string) ([]string, error) {
}, nil
case "eu-west-2":
return []string{
"eu-west-2-wl1-lon-wlz-1",
"eu-west-2a",
"eu-west-2b",
"eu-west-2c",
Expand Down

0 comments on commit 8274ba4

Please sign in to comment.