Skip to content

Commit

Permalink
Merge pull request hashicorp#6920 from jtopjian/openstack-instance-do…
Browse files Browse the repository at this point in the history
…c-update

provider/openstack: Add delete_on_termination argument to docs
  • Loading branch information
jtopjian committed May 28, 2016
2 parents 709e0bf + c083a4f commit a3a8b53
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a3a8b53

Please sign in to comment.