5 lines
61 B
Terraform
5 lines
61 B
Terraform
|
variable "host_os" {
|
||
|
type = string
|
||
|
default = "windows"
|
||
|
}
|