Merge pull request #14938 from jkodroff/patch-1

Update virtual_machine.html.markdown
This commit is contained in:
Jake Champlin 2017-05-30 16:51:14 -04:00 committed by GitHub
commit cadf75b28f
1 changed files with 1 additions and 2 deletions

View File

@ -42,12 +42,11 @@ resource "vsphere_virtual_machine" "lb" {
cluster = "Production Cluster"
resource_pool = "Production Cluster/Resources/Production Servers"
gateway = "10.20.30.254"
network_interface {
label = "10_20_30_VMNet"
ipv4_address = "10.20.30.40"
ipv4_prefix_length = "24"
ipv4_gateway = "10.20.30.254"
}
disk {