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