linode_instance/variable.region.tf

5 lines
66 B
HCL

variable "region" {
default = "us-central"
type = string
}