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.
|
|
|
|
---
|
|
|
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
|
|
|
page_title: "decort_k8s_wg Resource - terraform-provider-decort"
|
|
|
|
|
subcategory: ""
|
|
|
|
|
description: |-
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# decort_k8s_wg (Resource)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
|
|
|
## Schema
|
|
|
|
|
|
|
|
|
|
### Required
|
|
|
|
|
|
|
|
|
|
- **k8s_id** (Number) ID of k8s instance.
|
|
|
|
|
- **name** (String) Name of the worker group.
|
|
|
|
|
|
|
|
|
|
### Optional
|
|
|
|
|
|
|
|
|
|
- **cpu** (Number) Worker node CPU count.
|
|
|
|
|
- **disk** (Number) Worker node boot disk size. If unspecified or 0, size is defined by OS image size.
|
|
|
|
|
- **id** (String) The ID of this resource.
|
|
|
|
|
- **num** (Number) Number of worker nodes to create.
|
|
|
|
|
- **ram** (Number) Worker node RAM in MB.
|
|
|
|
|
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
|
|
|
|
|
|
|
|
<a id="nestedblock--timeouts"></a>
|
|
|
|
|
### Nested Schema for `timeouts`
|
|
|
|
|
|
|
|
|
|
Optional:
|
|
|
|
|
|
|
|
|
|
- **create** (String)
|
|
|
|
|
- **default** (String)
|
|
|
|
|
- **delete** (String)
|
|
|
|
|
- **read** (String)
|
|
|
|
|
- **update** (String)
|
|
|
|
|
|
|
|
|
|
|