Files
digitalocean_droplet/variable.host_name.tf
T

7 lines
126 B
Terraform

variable "host_name" {
description = "The hostname for the droplet"
default = "hello-world"
type = string
}