mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 17:24:00 -04:00
Add support for ap-south-1 in AWS
Amazon recently announced support for ap-south-1 in Mumbai, adding this to the list of known regions to Packer
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user