linode_instance/variable.type.tf

5 lines
65 B
HCL

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