Files
terraform-provider-decort/docs/resources/snapshot.md

46 lines
971 B
Markdown
Raw Normal View History

2022-04-04 12:28:54 +03:00
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
2024-08-26 18:22:06 +03:00
page_title: "decort_snapshot Resource - terraform-provider-decort"
2022-04-04 12:28:54 +03:00
subcategory: ""
description: |-
---
# decort_snapshot (Resource)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
2022-07-27 13:50:03 +03:00
- `compute_id` (Number) ID of the compute instance to create snapshot for.
- `label` (String) text label for snapshot. Must be unique among this compute snapshots.
2022-04-04 12:28:54 +03:00
### Optional
2022-07-27 13:50:03 +03:00
- `rollback` (Boolean) is rollback the snapshot
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
2022-04-04 12:28:54 +03:00
### Read-Only
2024-11-12 13:41:38 +03:00
- `delete_async_mode` (Boolean) async mode
2022-07-27 13:50:03 +03:00
- `disks` (List of Number)
- `guid` (String) guid of the snapshot
- `id` (String) The ID of this resource.
- `timestamp` (Number) timestamp
2022-04-04 12:28:54 +03:00
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
2022-07-27 13:50:03 +03:00
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)