provider/openstack: Add delete_on_termination argument to docs

This commit adds a description of the delete_on_termination argument
to the openstack_compute_instance_v2 documentation.
This commit is contained in:
Joe Topjian 2016-05-28 21:59:48 +00:00
parent 8e52757fc3
commit c083a4f5dc

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.