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

5 lines
66 B
HCL

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