From 64b0971ee0971e6b4b34c6ff984627f046547c0c Mon Sep 17 00:00:00 2001 From: Rowan Jacobs Date: Wed, 27 Jun 2018 14:51:58 -0700 Subject: [PATCH] add Seoul region NAT AMI --- nat.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nat.tf b/nat.tf index 8051aab4..fd966cd7 100644 --- a/nat.tf +++ b/nat.tf @@ -9,8 +9,9 @@ variable "nat_ami_map" { eu-west-1 = "ami-6975eb1e" eu-central-1 = "ami-46073a5b" ap-southeast-1 = "ami-b49dace6" - ap-northeast-1 = "ami-03cf3903" ap-southeast-2 = "ami-e7ee9edd" + ap-northeast-1 = "ami-03cf3903" + ap-northeast-2 = "ami-8e0fa6e0" sa-east-1 = "ami-fbfa41e6" } }