ESXi Bugfixes - Use only 2 network adapters instead of 3

This commit is contained in:
Chris Long
2020-11-05 14:36:37 -08:00
parent b3b4715f49
commit 0d250b679f
6 changed files with 6 additions and 37 deletions

View File

@@ -22,10 +22,6 @@ variable "vm_network" {
default = "VM Network"
}
variable "nat_network" {
default = "NAT Network"
}
variable "hostonly_network" {
default = "HostOnly Network"
}