Convert Exchange to a Terraform module
This commit is contained in:
9
ESXi/exchange.tf
Normal file
9
ESXi/exchange.tf
Normal 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
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user