Files
digitalocean_droplet/variable.host_name.tf
2020-07-18 14:02:23 -05:00

5 lines
70 B
HCL

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