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:
Dan Offord 2016-06-29 15:44:02 +01:00
parent 63edbd40ed
commit 4428079a68
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",