mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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:
parent
8e52757fc3
commit
c083a4f5dc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user