provider/vsphere: Add keep_on_remove to docs

Fixes: #13518
This commit is contained in:
Jake Champlin 2017-04-11 10:21:48 -04:00
parent 8592b3b120
commit 6a3ed342fa
No known key found for this signature in database
GPG Key ID: DC31F41958EF4AC2
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ The `disk` block supports:
* `type` - (Optional) 'eager_zeroed' (the default), 'lazy', or 'thin' are supported options.
* `vmdk` - (Required if template and size not provided) Path to a vmdk in a vSphere datastore.
* `bootable` - (Optional) Set to 'true' if a vmdk was given and it should attempt to boot after creation.
* `controller_type` = (Optional) Controller type to attach the disk to. 'scsi' (the default), or 'ide' are supported options.
* `controller_type` - (Optional) Controller type to attach the disk to. 'scsi' (the default), or 'ide' are supported options.
* `keep_on_remove` - (Optional) Set to 'true' to not delete a disk on removal.
<a id="cdrom"></a>
## CDROM