--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "decort_snapshot Resource - decort" subcategory: "" description: |- --- # decort_snapshot (Resource) ## Schema ### Required - `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. ### Optional - `rollback` (Boolean) is rollback the snapshot - `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts)) ### Read-Only - `disks` (List of Number) - `guid` (String) guid of the snapshot - `id` (String) The ID of this resource. - `timestamp` (Number) timestamp ### Nested Schema for `timeouts` Optional: - `create` (String) - `default` (String) - `delete` (String) - `read` (String) - `update` (String)