Adding more code for Exchange

This commit is contained in:
Chris Long
2021-03-29 20:50:01 -07:00
parent bf502e85c9
commit 553f9a13c5
12 changed files with 170 additions and 27 deletions

View File

@@ -23,11 +23,11 @@ output "wef_ips" {
}
output "exchange_interfaces" {
value = esxi_guest.exchange.network_interfaces
value = esxi_guest.exchange[0].network_interfaces
}
output "exchange_ips" {
value = esxi_guest.exchange.ip_address
value = "${var.create_exchange_server ? esxi_guest.exchange[0].ip_address : null}"
}
output "win10_interfaces" {