This commit is contained in:
2025-08-04 16:11:16 +03:00
parent bae25296bb
commit 4b3f21d9be
239 changed files with 6585 additions and 784 deletions

48
docs/resources/cb_zone.md Normal file
View File

@@ -0,0 +1,48 @@
---
# 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
- `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)