4 lines
61 B
HCL
4 lines
61 B
HCL
variable "host_os" {
|
|
type = string
|
|
default = "windows"
|
|
}
|
variable "host_os" {
|
|
type = string
|
|
default = "windows"
|
|
}
|