digitalocean_droplet/variable.domain_name.tf

5 lines
72 B
HCL

variable "domain_name" {
default = "example.com"
type = string
}