10 lines
240 B
HCL
10 lines
240 B
HCL
## Remove the block comment to enable the creation of the Exchange server
|
|
/*
|
|
module "exchange" {
|
|
source = "./modules/exchange"
|
|
disk_store = var.esxi_datastore
|
|
vm_network = var.vm_network
|
|
hostonly_network = var.hostonly_network
|
|
}
|
|
*/
|