terraform-demo/modules/cloud9-ec2/variables.tf

7 lines
81 B
HCL

variable "instance_type" {
type = string
}
variable "name" {
type = string
}