Files
linode_instance/variable.type.tf
2022-05-06 15:16:16 -05:00

5 lines
65 B
HCL

variable "type" {
default = "g6-nanode-1"
type = string
}