Merge pull request #5214 from mayn/fix-doc-post-processor-vsphere
docs: vsphere post-processor - move resource_pool to optional section
This commit is contained in:
commit
8459f239fe
|
@ -36,9 +36,6 @@ Required:
|
||||||
- `password` (string) - Password to use to authenticate to the
|
- `password` (string) - Password to use to authenticate to the
|
||||||
vSphere endpoint.
|
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
|
- `username` (string) - The username to use to authenticate to the
|
||||||
vSphere endpoint.
|
vSphere endpoint.
|
||||||
|
|
||||||
|
@ -52,6 +49,8 @@ Optional:
|
||||||
- `insecure` (boolean) - Whether or not the connection to vSphere can be done
|
- `insecure` (boolean) - Whether or not the connection to vSphere can be done
|
||||||
over an insecure connection. By default this is false.
|
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_folder` (string) - The folder within the datastore to store the VM.
|
||||||
|
|
||||||
- `vm_network` (string) - The name of the VM network this VM will be
|
- `vm_network` (string) - The name of the VM network this VM will be
|
||||||
|
|
Loading…
Reference in New Issue