Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
add Seoul region NAT AMI
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanjacobs authored Jun 27, 2018
1 parent aeec134 commit 64b0971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nat.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down

0 comments on commit 64b0971

Please sign in to comment.