Move Exchange to AddOns Folder

This commit is contained in:
Chris Long
2021-05-05 21:40:48 -07:00
parent ed30d82600
commit fbb03be0d0
34 changed files with 237 additions and 234 deletions

View File

@@ -30,9 +30,3 @@ variable "vm_network" {
variable "hostonly_network" {
default = "HostOnly Network"
}
variable "create_exchange_server" {
description = "If set to true, adds an additional host that installs exchange"
type = bool
default = false
}