Files
DetectionLab/ESXi/modules/exchange/variables.tf
2021-05-08 15:13:05 -07:00

11 lines
158 B
HCL

variable "vm_network" {
default = "VM Network"
}
variable "hostonly_network" {
default = "HostOnly Network"
}
variable "disk_store" {
type = string
}