Merge pull request #10308 from hashicorp/vsphere_clone_docs_10288

Improve vsphere-clone customization example
This commit is contained in:
Megan Marsh 2020-11-30 10:36:37 -08:00 committed by GitHub
commit c30a80e63d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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"]
}
```