Created
July 31, 2015 13:31
-
-
Save pigri/fac72e58164c1d8b0434 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
variable "aws_amis" { | |
default = { | |
eu-central-1 = "ami-eae5ddf7" | |
ap-northeast-1 = "ami-1a6fca1a" | |
us-gov-west-1 = "ami-e99fffca" | |
sa-east-1 = "ami-b1cb49ac" | |
ap-southeast-2 = "ami-23641e19" | |
ap-southeast-1 = "ami-da030788" | |
us-east-1 = "ami-93ea17f8" | |
us-west-2 = "ami-5d4d486d" | |
us-west-1 = "ami-c967938d" | |
eu-west-1 = "ami-5f2f5528" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment