Skip to content

Instantly share code, notes, and snippets.

@pigri
Created July 31, 2015 13:35
Show Gist options
  • Save pigri/4370772b28fc8869daeb to your computer and use it in GitHub Desktop.
Save pigri/4370772b28fc8869daeb to your computer and use it in GitHub Desktop.
variable "aws_amis" {
default = {
eu-central-1 = "ami-02211b1f"
ap-northeast-1 = "ami-22d27b22"
us-gov-west-1 = "ami-e53a59c6"
sa-east-1 = "ami-45a62a58"
ap-southeast-2 = "ami-2b2e6911"
ap-southeast-1 = "ami-0ef1f15c"
us-east-1 = "ami-6b1cd400"
us-west-2 = "ami-f5a5a5c5"
us-west-1 = "ami-bf8477fb"
eu-west-1 = "ami-50f4b927"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment