Merge pull request #6920 from jtopjian/openstack-instance-doc-update

provider/openstack: Add delete_on_termination argument to docs
This commit is contained in:
Joe Topjian 2016-05-28 16:55:32 -06:00
commit a3a8b534ed

View File

@ -304,6 +304,9 @@ The `block_device` block supports:
* `destination_type` - (Optional) The type that gets created. Possible values
are "volume" and "local".
* `delete_on_termination` - (Optional) Delete the volume / block device upon
termination of the instance. Defaults to false.
The `volume` block supports:
* `volume_id` - (Required) The UUID of the volume to attach.