7 lines
81 B
HCL
7 lines
81 B
HCL
variable "instance_type" {
|
|
type = string
|
|
}
|
|
variable "name" {
|
|
type = string
|
|
}
|