2025-08-04 16:11:16 +03:00
|
|
|
---
|
|
|
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
|
|
|
page_title: "decort_cb_zone Resource - terraform-provider-decort"
|
|
|
|
|
subcategory: ""
|
|
|
|
|
description: |-
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# decort_cb_zone (Resource)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
|
|
|
## Schema
|
|
|
|
|
|
|
|
|
|
### Required
|
|
|
|
|
|
|
|
|
|
- `name` (String)
|
|
|
|
|
|
|
|
|
|
### Optional
|
|
|
|
|
|
2026-02-11 13:02:14 +03:00
|
|
|
- `auto_start` (Boolean)
|
2025-08-04 16:11:16 +03:00
|
|
|
- `description` (String)
|
|
|
|
|
- `node_ids` (List of Number)
|
|
|
|
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
|
|
|
|
|
|
|
|
### Read-Only
|
|
|
|
|
|
|
|
|
|
- `created_time` (Number)
|
|
|
|
|
- `deletable` (Boolean)
|
|
|
|
|
- `gid` (Number)
|
|
|
|
|
- `guid` (Number)
|
|
|
|
|
- `id` (String) The ID of this resource.
|
|
|
|
|
- `status` (String)
|
|
|
|
|
- `updated_time` (Number)
|
|
|
|
|
- `zone_id` (Number)
|
|
|
|
|
|
|
|
|
|
<a id="nestedblock--timeouts"></a>
|
|
|
|
|
### Nested Schema for `timeouts`
|
|
|
|
|
|
|
|
|
|
Optional:
|
|
|
|
|
|
|
|
|
|
- `create` (String)
|
|
|
|
|
- `default` (String)
|
|
|
|
|
- `delete` (String)
|
|
|
|
|
- `read` (String)
|
|
|
|
|
- `update` (String)
|