From 4428079a68dd0876bd27a1f2e7ccdb35cda23ede Mon Sep 17 00:00:00 2001 From: Dan Offord Date: Wed, 29 Jun 2016 15:44:02 +0100 Subject: [PATCH] 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 --- builder/amazon/common/regions.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/amazon/common/regions.go b/builder/amazon/common/regions.go index b4b6f7d67..59cac25cf 100644 --- a/builder/amazon/common/regions.go +++ b/builder/amazon/common/regions.go @@ -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",