Files
digitalocean_droplet/variable.region.tf
T

7 lines
132 B
Terraform

variable "region" {
description = "The region where the droplet will be created"
default = "nyc3"
type = string
}