git test
This commit is contained in:
64
docs/data-sources/cb_zone.md
Normal file
64
docs/data-sources/cb_zone.md
Normal 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)
|
||||
Reference in New Issue
Block a user