Files
linode_instance/variable.host_name.tf
2022-05-06 15:16:16 -05:00

5 lines
70 B
HCL

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