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.
76 lines
2.8 KiB
76 lines
2.8 KiB
7 months ago
|
---
|
||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
page_title: "dynamix_k8s_wg Resource - terraform-provider-dynamix"
|
||
|
subcategory: ""
|
||
|
description: |-
|
||
|
|
||
|
---
|
||
|
|
||
|
# dynamix_k8s_wg (Resource)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!-- schema generated by tfplugindocs -->
|
||
|
## Schema
|
||
|
|
||
|
### Required
|
||
|
|
||
|
- `k8s_id` (Number) ID of k8s instance.
|
||
|
- `name` (String) Name of the worker group.
|
||
|
|
||
|
### Optional
|
||
|
|
||
|
- `annotations` (List of String)
|
||
|
- `cloud_init` (String)
|
||
|
- `cpu` (Number) Worker node CPU count.
|
||
|
- `disk` (Number) Worker node boot disk size. If unspecified or 0, size is defined by OS image size.
|
||
|
- `labels` (List of String)
|
||
|
- `num` (Number) Number of worker nodes to create.
|
||
|
- `ram` (Number) Worker node RAM in MB.
|
||
|
- `taints` (List of String)
|
||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||
|
- `worker_sep_id` (Number)
|
||
|
- `worker_sep_pool` (String)
|
||
|
|
||
|
### Read-Only
|
||
|
|
||
|
- `detailed_info` (Attributes List) (see [below for nested schema](#nestedatt--detailed_info))
|
||
|
- `guid` (String)
|
||
|
- `id` (String) The ID of this resource.
|
||
|
- `last_updated` (String) Timestamp of the last Terraform update of the order.
|
||
|
- `wg_id` (Number)
|
||
|
|
||
|
<a id="nestedblock--timeouts"></a>
|
||
|
### Nested Schema for `timeouts`
|
||
|
|
||
|
Optional:
|
||
|
|
||
|
- `create` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
||
|
- `delete` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
||
|
- `read` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
|
||
|
- `update` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
||
|
|
||
|
|
||
|
<a id="nestedatt--detailed_info"></a>
|
||
|
### Nested Schema for `detailed_info`
|
||
|
|
||
|
Read-Only:
|
||
|
|
||
|
- `compute_id` (Number)
|
||
|
- `interfaces` (Attributes List) (see [below for nested schema](#nestedatt--detailed_info--interfaces))
|
||
|
- `name` (String)
|
||
|
- `natable_vins_ip` (String)
|
||
|
- `natable_vins_network` (String)
|
||
|
- `status` (String)
|
||
|
- `tech_status` (String)
|
||
|
|
||
|
<a id="nestedatt--detailed_info--interfaces"></a>
|
||
|
### Nested Schema for `detailed_info.interfaces`
|
||
|
|
||
|
Read-Only:
|
||
|
|
||
|
- `def_gw` (String)
|
||
|
- `ip_address` (String)
|