This commit is contained in:
2026-06-19 17:45:18 +03:00
parent c00c608ce9
commit 89c77ddcbe
1324 changed files with 199523 additions and 1 deletions

View File

@@ -0,0 +1,64 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "decort_cb_zone Data Source - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_cb_zone (Data Source)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `zone_id` (Number)
### Optional
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
- `account_ids` (List of Number)
- `app_id` (String)
- `auto_start` (Boolean)
- `broadcast_addr` (String)
- `bservice_ids` (List of Number)
- `compute_ids` (List of Number)
- `created_time` (Number)
- `decort_url` (String)
- `deletable` (Boolean)
- `description` (String)
- `domain` (String)
- `drs` (Boolean)
- `drs_name` (String)
- `drs_uid` (String)
- `extnet_ids` (List of Number)
- `gid` (Number)
- `guid` (Number)
- `id` (String) The ID of this resource.
- `k8s_ids` (List of Number)
- `lb_ids` (List of Number)
- `name` (String)
- `node_ids` (List of Number)
- `ping_addr` (String)
- `ssl_skip_verify` (Boolean)
- `sso_type` (String)
- `sso_url` (String)
- `status` (String)
- `updated_time` (Number)
- `vins_ids` (List of Number)
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
- `default` (String)
- `read` (String)