Merge pull request #3663 from liv3d/add_ap-south-1

Add support for ap-south-1 in AWS
This commit is contained in:
Chris Bednarski 2016-07-06 14:09:24 -07:00 committed by GitHub
commit ee5c5260a4
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ func listEC2Regions() []string {
return []string{
"ap-northeast-1",
"ap-northeast-2",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"cn-north-1",