You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform-provider-decort/docs/resources/disk_snapshot.md

47 lines
1.0 KiB

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
1 year ago
page_title: "decort_disk_snapshot Resource - terraform-provider-decort"
subcategory: ""
description: |-
---
1 year ago
# decort_disk_snapshot (Resource)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
1 year ago
- `disk_id` (Number) The unique ID of the subscriber-owner of the disk
- `label` (String) Name of the snapshot
### Optional
1 year ago
- `rollback` (Boolean) Needed in order to make a snapshot rollback
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
1 year ago
- `timestamp` (Number) Snapshot time
### Read-Only
1 year ago
- `guid` (String) ID of the snapshot
- `id` (String) The ID of this resource.
1 year ago
- `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:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)