4.6.1
This commit is contained in:
62
docs/data-sources/cb_k8s_computes.md
Normal file
62
docs/data-sources/cb_k8s_computes.md
Normal file
@@ -0,0 +1,62 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_cb_k8s_computes Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_cb_k8s_computes (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `k8s_id` (Number)
|
||||
|
||||
### Optional
|
||||
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `id` (String) The ID of this resource.
|
||||
- `masters` (List of Object) (see [below for nested schema](#nestedatt--masters))
|
||||
- `workers` (List of Object) (see [below for nested schema](#nestedatt--workers))
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `default` (String)
|
||||
- `read` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--masters"></a>
|
||||
### Nested Schema for `masters`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `group_name` (String)
|
||||
- `id` (Number)
|
||||
- `name` (String)
|
||||
- `status` (String)
|
||||
- `tech_status` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--workers"></a>
|
||||
### Nested Schema for `workers`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `group_name` (String)
|
||||
- `id` (Number)
|
||||
- `name` (String)
|
||||
- `status` (String)
|
||||
- `tech_status` (String)
|
||||
Reference in New Issue
Block a user