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.
71 lines
1.7 KiB
71 lines
1.7 KiB
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "decort_k8s Resource - terraform-provider-decort"
|
|
subcategory: ""
|
|
description: |-
|
|
|
|
---
|
|
|
|
# decort_k8s (Resource)
|
|
|
|
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Required
|
|
|
|
- **k8sci_id** (Number) ID of the k8s catalog item to base this instance on.
|
|
- **name** (String) Name of the cluster.
|
|
- **rg_id** (Number) Resource group ID that this instance belongs to.
|
|
- **wg_name** (String) Name for first worker group created with cluster.
|
|
|
|
### Optional
|
|
|
|
- **id** (String) The ID of this resource.
|
|
- **masters** (Block List, Max: 1) Master node(s) configuration. (see [below for nested schema](#nestedblock--masters))
|
|
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
- **workers** (Block List, Max: 1) Worker node(s) configuration. (see [below for nested schema](#nestedblock--workers))
|
|
|
|
### Read-Only
|
|
|
|
- **default_wg_id** (Number) ID of default workers group for this instace.
|
|
- **kubeconfig** (String) Kubeconfig for cluster access.
|
|
|
|
<a id="nestedblock--masters"></a>
|
|
### Nested Schema for `masters`
|
|
|
|
Required:
|
|
|
|
- **cpu** (Number) Node CPU count.
|
|
- **disk** (Number) Node boot disk size in GB.
|
|
- **num** (Number) Number of nodes to create.
|
|
- **ram** (Number) Node RAM in MB.
|
|
|
|
|
|
<a id="nestedblock--timeouts"></a>
|
|
### Nested Schema for `timeouts`
|
|
|
|
Optional:
|
|
|
|
- **create** (String)
|
|
- **default** (String)
|
|
- **delete** (String)
|
|
- **read** (String)
|
|
- **update** (String)
|
|
|
|
|
|
<a id="nestedblock--workers"></a>
|
|
### Nested Schema for `workers`
|
|
|
|
Required:
|
|
|
|
- **cpu** (Number) Node CPU count.
|
|
- **disk** (Number) Node boot disk size in GB.
|
|
- **num** (Number) Number of nodes to create.
|
|
- **ram** (Number) Node RAM in MB.
|
|
|
|
|