You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.6 KiB
69 lines
1.6 KiB
|
1 year ago
|
---
|
||
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
|
page_title: "decort_cb_k8s_wg Data Source - terraform-provider-decort"
|
||
|
|
subcategory: ""
|
||
|
|
description: |-
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
# decort_cb_k8s_wg (Data Source)
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<!-- schema generated by tfplugindocs -->
|
||
|
|
## Schema
|
||
|
|
|
||
|
|
### Required
|
||
|
|
|
||
|
|
- `k8s_id` (Number) ID of k8s instance.
|
||
|
|
- `wg_id` (Number) ID of k8s worker Group.
|
||
|
|
|
||
|
|
### Optional
|
||
|
|
|
||
|
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||
|
|
|
||
|
|
### Read-Only
|
||
|
|
|
||
|
|
- `annotations` (List of String)
|
||
|
|
- `cpu` (Number) Worker node CPU count.
|
||
|
|
- `detailed_info` (List of Object) (see [below for nested schema](#nestedatt--detailed_info))
|
||
|
|
- `disk` (Number) Worker node boot disk size. If unspecified or 0, size is defined by OS image size.
|
||
|
|
- `guid` (String)
|
||
|
|
- `id` (String) The ID of this resource.
|
||
|
|
- `labels` (List of String)
|
||
|
|
- `name` (String) Name of the worker group.
|
||
|
|
- `num` (Number) Number of worker nodes to create.
|
||
|
|
- `ram` (Number) Worker node RAM in MB.
|
||
|
|
- `taints` (List of String)
|
||
|
|
|
||
|
|
<a id="nestedblock--timeouts"></a>
|
||
|
|
### Nested Schema for `timeouts`
|
||
|
|
|
||
|
|
Optional:
|
||
|
|
|
||
|
|
- `default` (String)
|
||
|
|
- `read` (String)
|
||
|
|
|
||
|
|
|
||
|
|
<a id="nestedatt--detailed_info"></a>
|
||
|
|
### Nested Schema for `detailed_info`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `compute_id` (Number)
|
||
|
|
- `external_ip` (String)
|
||
|
|
- `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--detailed_info--interfaces))
|
||
|
|
- `name` (String)
|
||
|
|
- `status` (String)
|
||
|
|
- `tech_status` (String)
|
||
|
|
|
||
|
|
<a id="nestedobjatt--detailed_info--interfaces"></a>
|
||
|
|
### Nested Schema for `detailed_info.interfaces`
|
||
|
|
|
||
|
|
Read-Only:
|
||
|
|
|
||
|
|
- `def_gw` (String)
|
||
|
|
- `ip_address` (String)
|