Merge pull request #10308 from hashicorp/vsphere_clone_docs_10288
Improve vsphere-clone customization example
This commit is contained in:
commit
c30a80e63d
|
@ -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…
Reference in New Issue