digitalocean_droplet/variable.host_name.tf

5 lines
70 B
HCL

variable "host_name" {
default = "hello-world"
type = string
}