Adding an ESXi development branch

This commit is contained in:
Chris Long
2020-03-05 22:07:55 -08:00
parent fc23f5a2d9
commit 52ba931948
7 changed files with 393 additions and 0 deletions

13
ESXi/outputs.tf Normal file
View File

@@ -0,0 +1,13 @@
output "dc_ips" {
value = esxi_guest.dc.network_interfaces
}
output "wef_ips" {
value = esxi_guest.wef.network_interfaces
}
output "win10_ips" {
value = esxi_guest.win10.network_interfaces
}