Files
digitalocean_droplet/variable.domain_name.tf
T

7 lines
151 B
Terraform

variable "domain_name" {
description = "The domain name to use for the droplet's DNS record"
default = "example.com"
type = string
}