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

47 lines
1.0 KiB
Markdown
Raw Normal View History

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
2024-08-26 18:22:06 +03:00
page_title: "decort_disk_snapshot Resource - terraform-provider-decort"
subcategory: ""
description: |-
---
2024-08-26 18:22:06 +03:00
# decort_disk_snapshot (Resource)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
2024-08-26 18:22:06 +03:00
- `disk_id` (Number) The unique ID of the subscriber-owner of the disk
- `label` (String) Name of the snapshot
### Optional
2024-08-26 18:22:06 +03:00
- `rollback` (Boolean) Needed in order to make a snapshot rollback
2022-07-27 13:50:03 +03:00
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
2024-08-26 18:22:06 +03:00
- `timestamp` (Number) Snapshot time
2022-07-27 13:50:03 +03:00
### Read-Only
2024-08-26 18:22:06 +03:00
- `guid` (String) ID of the snapshot
2022-07-27 13:50:03 +03:00
- `id` (String) The ID of this resource.
2024-08-26 18:22:06 +03:00
- `res_id` (String) Reference to the snapshot
- `snap_set_guid` (String) The set snapshot ID
- `snap_set_time` (Number) The set time of the snapshot
<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)