Move Exchange to AddOns Folder
This commit is contained in:
@@ -22,14 +22,6 @@ output "wef_ips" {
|
||||
value = esxi_guest.wef.ip_address
|
||||
}
|
||||
|
||||
output "exchange_interfaces" {
|
||||
value = esxi_guest.exchange[0].network_interfaces
|
||||
}
|
||||
|
||||
output "exchange_ips" {
|
||||
value = "${var.create_exchange_server ? esxi_guest.exchange[0].ip_address : null}"
|
||||
}
|
||||
|
||||
output "win10_interfaces" {
|
||||
value = esxi_guest.win10.network_interfaces
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user