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
pull/3663/head
Dan Offord 10 years ago
parent 63edbd40ed
commit 4428079a68

@ -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",

Loading…
Cancel
Save