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.
terraform-provider-decort/docs/data-sources/k8s_computes.md

63 lines
1.1 KiB

1 year ago
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "decort_k8s_computes Data Source - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_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)