From 8e6831e67cefea7d07f74f2c9be12685c5c3a826 Mon Sep 17 00:00:00 2001 From: "Moo Yeol, Lee (Prescott)" Date: Fri, 30 Dec 2016 03:39:49 +0900 Subject: [PATCH] Add Seoul region to the map for ubuntu --- terraform/aws/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/aws/variables.tf b/terraform/aws/variables.tf index 8e95540fc..bcaebea41 100644 --- a/terraform/aws/variables.tf +++ b/terraform/aws/variables.tf @@ -22,6 +22,7 @@ variable "ami" { eu-west-1-ubuntu = "ami-47a23a30" eu-central-1-ubuntu = "ami-accff2b1" ap-northeast-1-ubuntu = "ami-90815290" + ap-northeast-2-ubuntu = "ami-58af6136" ap-southeast-1-ubuntu = "ami-0accf458" ap-southeast-2-ubuntu = "ami-1dc8b127" us-east-1-rhel6 = "ami-0d28fe66"