mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #6920 from jtopjian/openstack-instance-doc-update
provider/openstack: Add delete_on_termination argument to docs
This commit is contained in:
commit
a3a8b534ed
@ -304,6 +304,9 @@ The `block_device` block supports:
|
|||||||
* `destination_type` - (Optional) The type that gets created. Possible values
|
* `destination_type` - (Optional) The type that gets created. Possible values
|
||||||
are "volume" and "local".
|
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:
|
The `volume` block supports:
|
||||||
|
|
||||||
* `volume_id` - (Required) The UUID of the volume to attach.
|
* `volume_id` - (Required) The UUID of the volume to attach.
|
||||||
|
Loading…
Reference in New Issue
Block a user