digitalocean_droplet/variable.region.tf

5 lines
60 B
HCL

variable "region" {
default = "nyc3"
type = string
}