Merge pull request #3663 from liv3d/add_ap-south-1
Add support for ap-south-1 in AWS
This commit is contained in:
commit
ee5c5260a4
|
@ -4,6 +4,7 @@ func listEC2Regions() []string {
|
||||||
return []string{
|
return []string{
|
||||||
"ap-northeast-1",
|
"ap-northeast-1",
|
||||||
"ap-northeast-2",
|
"ap-northeast-2",
|
||||||
|
"ap-south-1",
|
||||||
"ap-southeast-1",
|
"ap-southeast-1",
|
||||||
"ap-southeast-2",
|
"ap-southeast-2",
|
||||||
"cn-north-1",
|
"cn-north-1",
|
||||||
|
|
Loading…
Reference in New Issue