Adding Exchange for Azure and ESXi

This commit is contained in:
Chris Long
2021-03-13 20:12:24 -08:00
parent d8b40fc39d
commit 4bde98ff08
17 changed files with 466 additions and 20 deletions

View File

@@ -22,6 +22,14 @@ output "wef_ips" {
value = esxi_guest.wef.ip_address
}
output "exchange_interfaces" {
value = esxi_guest.exchange.network_interfaces
}
output "exchange_ips" {
value = esxi_guest.exchange.ip_address
}
output "win10_interfaces" {
value = esxi_guest.win10.network_interfaces
}