Allow deleting root volume when deleting server (#651)
Introduce delete_on_termination field. Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
This commit is contained in:
parent
11875602b8
commit
b6f3c70f15
5 changed files with 100 additions and 14 deletions
|
|
@ -45,6 +45,7 @@ Server datasource schema. Must have a `region` specified in the provider configu
|
|||
|
||||
Read-Only:
|
||||
|
||||
- `delete_on_termination` (Boolean) Delete the volume during the termination of the server.
|
||||
- `id` (String) The ID of the source, either image ID or volume ID
|
||||
- `performance_class` (String) The performance class of the server.
|
||||
- `size` (Number) The size of the boot volume in GB.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue