From c083a4f5dc140618f4e1d259416b54a4c38df343 Mon Sep 17 00:00:00 2001 From: Joe Topjian Date: Sat, 28 May 2016 21:59:48 +0000 Subject: [PATCH] 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. --- .../providers/openstack/r/compute_instance_v2.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/providers/openstack/r/compute_instance_v2.html.markdown b/website/source/docs/providers/openstack/r/compute_instance_v2.html.markdown index 52e545f5f406..9a25b75c8718 100644 --- a/website/source/docs/providers/openstack/r/compute_instance_v2.html.markdown +++ b/website/source/docs/providers/openstack/r/compute_instance_v2.html.markdown @@ -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.