Skip to content

Instantly share code, notes, and snippets.

@Kulasangar
Created September 1, 2018 20:03
Show Gist options
  • Save Kulasangar/6e5d7ce78d3f4b0fc354892b4d56f083 to your computer and use it in GitHub Desktop.
Save Kulasangar/6e5d7ce78d3f4b0fc354892b4d56f083 to your computer and use it in GitHub Desktop.
variable "region" {
default = "us-east-1"
}
variable "AmiLinux" {
type = "map"
default = {
us-east-1 = "ami-b73b63a0" # Virginia
}
description = "have only added one region"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment