Skip to content

Instantly share code, notes, and snippets.

@tlcheah2
Created March 7, 2022 04:30
Show Gist options
  • Save tlcheah2/b4a9d5a4f77f6f4d929740780cfe5217 to your computer and use it in GitHub Desktop.
Save tlcheah2/b4a9d5a4f77f6f4d929740780cfe5217 to your computer and use it in GitHub Desktop.
variable "instance_name" {
description = "Value of the name tag for EC2 Instance"
type        = string
default    = "TFExampleApp"
}
variable "instance_type" {
description = "EC2 instance type"
type        = string
default    = "t2.micro"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment