Skip to content

Commit

Permalink
fix(modules,eks): force eks-managed node group version update
Browse files Browse the repository at this point in the history
  • Loading branch information
g-iannelli committed Nov 20, 2024
1 parent b5a9483 commit 7160b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/eks/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ locals {
var.tags,
{ Name : "${var.cluster_name}-${lookup(node_pool, "name")}" }
)
update_default_version = true
version = coalesce(node_pool.version, var.cluster_version)

} if lookup(node_pool, "type") == "eks-managed"
]
Expand Down

0 comments on commit 7160b6e

Please sign in to comment.