Update docs for vsphere-template

This commit is contained in:
Julio Sueiras 2018-11-10 21:14:55 -05:00 committed by GitHub
parent 7f7fee3e2b
commit f83b64e603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 1 deletions

View File

@ -61,6 +61,21 @@ Optional:
- `insecure` (boolean) - If it's true skip verification of server - `insecure` (boolean) - If it's true skip verification of server
certificate. Default is false certificate. Default is false
- `snapshot_enable` (boolean) - Enable snapshot creation before marking as a
template. Default is false
- `snapshot_name` (string) - Name for the snapshot.
Require when `snapshot_enable` is enabled
- `snapshot_description` (string) - Description for the snapshot.
Require when `snapshot_enable` is enabled
- `snapshot_memory` (boolean) - Enable memory option for the snapshot.
Default is false
- `snapshot_quiesce` (boolean) - Enable quiesce option for the snapshot.
Default is false
## Using the vSphere Template with local builders ## Using the vSphere Template with local builders
Once the [vSphere](/docs/post-processors/vsphere.html) takes an artifact from Once the [vSphere](/docs/post-processors/vsphere.html) takes an artifact from