5 lines
97 B
HCL
5 lines
97 B
HCL
variable "ec2_instance_type" {
|
|
description = "AWS EC2 instance type."
|
|
type = string
|
|
}
|