Skip to content

Commit

Permalink
Update awsebs region and zones (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepikaDixit committed Mar 3, 2021
1 parent fff2ae6 commit fec6f96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/blockstorage/awsebs/awsebs.go
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,12 @@ func staticRegionToZones(region string) ([]string, error) {
"af-south-1b",
"af-south-1c",
}, nil
case "ap-northeast-3":
return []string{
"ap-northeast-3a",
"ap-northeast-3b",
"ap-northeast-3c",
}, nil
}
return nil, errors.New("cannot get availability zones for region")
}

0 comments on commit fec6f96

Please sign in to comment.