7 lines
151 B
Terraform
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
|
|
}
|
|
|