Files
digitalocean_droplet/variable.host_name.tf
2026-05-08 22:19:26 -04:00

6 lines
71 B
Terraform

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