Convert Exchange to a Terraform module

This commit is contained in:
Chris Long
2021-05-08 15:13:05 -07:00
parent 8c8c7f760c
commit bb41499a27
28 changed files with 112 additions and 85 deletions

9
ESXi/exchange.tf Normal file
View File

@@ -0,0 +1,9 @@
## 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
}
*/