mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08: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
@@ -24,6 +24,7 @@ locals {
|
||||
pre_userdata = var.workers_group_defaults["pre_userdata"]
|
||||
additional_security_group_ids = var.workers_group_defaults["additional_security_group_ids"]
|
||||
taints = []
|
||||
update_default_version = true
|
||||
ebs_optimized = null
|
||||
},
|
||||
var.node_groups_defaults,
|
||||
|
||||
Reference in New Issue
Block a user