Skip to content

Instantly share code, notes, and snippets.

@pigri
Created July 31, 2015 13:31
Show Gist options
  • Save pigri/fac72e58164c1d8b0434 to your computer and use it in GitHub Desktop.
Save pigri/fac72e58164c1d8b0434 to your computer and use it in GitHub Desktop.
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