7 lines
126 B
Terraform
7 lines
126 B
Terraform
variable "host_name" {
|
|
description = "The hostname for the droplet"
|
|
default = "hello-world"
|
|
type = string
|
|
}
|
|
|