Add ap-northeast-3 region
This commit is contained in:
parent
6226992757
commit
58f73aabbf
|
@ -5,6 +5,7 @@ func listEC2Regions() []string {
|
||||||
return []string{
|
return []string{
|
||||||
"ap-northeast-1",
|
"ap-northeast-1",
|
||||||
"ap-northeast-2",
|
"ap-northeast-2",
|
||||||
|
"ap-northeast-3",
|
||||||
"ap-south-1",
|
"ap-south-1",
|
||||||
"ap-southeast-1",
|
"ap-southeast-1",
|
||||||
"ap-southeast-2",
|
"ap-southeast-2",
|
||||||
|
|
Loading…
Reference in New Issue