mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-20 00:23:46 +01:00
fix: Fixed launch template version infinite plan issue and improved rolling updates (#1447)
This commit is contained in:
committed by
GitHub
parent
4f683ab776
commit
d17007b542
@@ -48,6 +48,7 @@ The role ARN specified in `var.default_iam_role_arn` will be used by default. In
|
||||
| subnets | Subnets to contain workers | list(string) | `var.workers_group_defaults[subnets]` |
|
||||
| version | Kubernetes version | string | Provider default behavior |
|
||||
| taints | Kubernetes node taints | list(map) | empty |
|
||||
| update_default_version | Whether or not to set the new launch template version the Default | bool | `true` |
|
||||
|
||||
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
|
||||
## Requirements
|
||||
|
||||
Reference in New Issue
Block a user