fix: Fixed launch template version infinite plan issue and improved rolling updates (#1447)

This commit is contained in:
Jaime Hidalgo García
2021-08-25 16:54:29 +02:00
committed by GitHub
parent 4f683ab776
commit d17007b542
4 changed files with 7 additions and 3 deletions

View File

@@ -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