mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-20 16:43:46 +01:00
Re-generate docs with terraform-docs 0.7.0 and bump pre-commit-terraform version (#668)
* re-generate docs with terraform-docs 0.7.0 * bump pre-commit-terraform version
This commit is contained in:
committed by
GitHub
parent
82aefb20f5
commit
c5f50d5969
@@ -37,19 +37,19 @@ The role ARN specified in `var.default_iam_role_arn` will be used by default. In
|
||||
|
||||
| Name | Description | Type | Default | Required |
|
||||
|------|-------------|:----:|:-----:|:-----:|
|
||||
| cluster\_name | Name of parent cluster | string | n/a | yes |
|
||||
| create\_eks | Controls if EKS resources should be created (it affects almost all resources) | bool | `"true"` | no |
|
||||
| default\_iam\_role\_arn | ARN of the default IAM worker role to use if one is not specified in `var.node_groups` or `var.node_groups_defaults` | string | n/a | yes |
|
||||
| node\_groups | Map of maps of `eks_node_groups` to create. See "`node_groups` and `node_groups_defaults` keys" section in README.md for more details | any | `{}` | no |
|
||||
| node\_groups\_defaults | map of maps of node groups to create. See "`node_groups` and `node_groups_defaults` keys" section in README.md for more details | any | n/a | yes |
|
||||
| cluster_name | Name of parent cluster | string | n/a | yes |
|
||||
| create_eks | Controls if EKS resources should be created (it affects almost all resources) | bool | `"true"` | no |
|
||||
| default_iam_role_arn | ARN of the default IAM worker role to use if one is not specified in `var.node_groups` or `var.node_groups_defaults` | string | n/a | yes |
|
||||
| node_groups | Map of maps of `eks_node_groups` to create. See "`node_groups` and `node_groups_defaults` keys" section in README.md for more details | any | `{}` | no |
|
||||
| node_groups_defaults | map of maps of node groups to create. See "`node_groups` and `node_groups_defaults` keys" section in README.md for more details | any | n/a | yes |
|
||||
| tags | A map of tags to add to all resources | map(string) | n/a | yes |
|
||||
| workers\_group\_defaults | Workers group defaults from parent | any | n/a | yes |
|
||||
| workers_group_defaults | Workers group defaults from parent | any | n/a | yes |
|
||||
|
||||
## Outputs
|
||||
|
||||
| Name | Description |
|
||||
|------|-------------|
|
||||
| aws\_auth\_roles | Roles for use in aws-auth ConfigMap |
|
||||
| node\_groups | Outputs from EKS node groups. Map of maps, keyed by `var.node_groups` keys. See `aws_eks_node_group` Terraform documentation for values |
|
||||
| aws_auth_roles | Roles for use in aws-auth ConfigMap |
|
||||
| node_groups | Outputs from EKS node groups. Map of maps, keyed by `var.node_groups` keys. See `aws_eks_node_group` Terraform documentation for values |
|
||||
|
||||
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
|
||||
|
||||
Reference in New Issue
Block a user