a6d1a1e4a7
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
6 lines
71 B
Terraform
6 lines
71 B
Terraform
variable "host_name" {
|
|
default = "hello-world"
|
|
type = string
|
|
}
|
|
|