Skip to content

Instantly share code, notes, and snippets.

@rohitg00
Created June 14, 2020 15:43
Show Gist options
  • Save rohitg00/e5f90320bace15159c1ecd62f5b2c1da to your computer and use it in GitHub Desktop.
Save rohitg00/e5f90320bace15159c1ecd62f5b2c1da to your computer and use it in GitHub Desktop.
//Creating Variable for AMI_ID
variable "ami_id" {
type = string
default = "ami-0447a12f28fddb066"
}
//Creating Variable for AMI_Type
variable "ami_type" {
type = string
default = "t2.micro"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment