From 58f73aabbf34f1362b70c223da02a241a0b49500 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Thu, 14 Jun 2018 16:16:01 +0000 Subject: [PATCH] Add ap-northeast-3 region --- 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 66b0c490e..ad71a027f 100644 --- a/builder/amazon/common/regions.go +++ b/builder/amazon/common/regions.go @@ -5,6 +5,7 @@ func listEC2Regions() []string { return []string{ "ap-northeast-1", "ap-northeast-2", + "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2",