Merge pull request #5214 from mayn/fix-doc-post-processor-vsphere

docs: vsphere post-processor - move resource_pool to optional section
pull/5218/head
Matthew Hooker 9 years ago committed by GitHub
commit 8459f239fe

@ -36,9 +36,6 @@ Required:
- `password` (string) - Password to use to authenticate to the
vSphere endpoint.
- `resource_pool` (string) - The resource pool to upload the VM to. This is
*not required*.
- `username` (string) - The username to use to authenticate to the
vSphere endpoint.
@ -52,6 +49,8 @@ Optional:
- `insecure` (boolean) - Whether or not the connection to vSphere can be done
over an insecure connection. By default this is false.
- `resource_pool` (string) - The resource pool to upload the VM to.
- `vm_folder` (string) - The folder within the datastore to store the VM.
- `vm_network` (string) - The name of the VM network this VM will be

Loading…
Cancel
Save