5 lines
70 B
HCL
5 lines
70 B
HCL
variable "host_name" {
|
|
default = "hello-world"
|
|
type = string
|
|
}
|