Files
DetectionLab/ESXi/modules/exchange/outputs.tf
2021-05-08 15:13:05 -07:00

8 lines
150 B
HCL

output "exchange_interfaces" {
value = esxi_guest.exchange.network_interfaces
}
output "exchange_ips" {
value = esxi_guest.exchange.ip_address
}