Merge pull request #10308 from hashicorp/vsphere_clone_docs_10288

Improve vsphere-clone customization example
pull/10292/head
Megan Marsh 6 years ago committed by GitHub
commit c30a80e63d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,7 +141,9 @@ can be done via environment variable:
"network_interface": {
"ipv4_address": "10.0.0.10",
"ipv4_netmask": "24"
}
},
"ipv4_gateway": "10.0.0.1",
"dns_server_list": ["10.0.0.18"]
}
```
@ -159,6 +161,9 @@ can be done via environment variable:
ipv4_address = "10.0.0.10"
ipv4_netmask = "24"
}
ipv4_gateway = 10.0.0.1
dns_server_list = ["10.0.0.18"]
}
```

Loading…
Cancel
Save