diff --git a/examples/full-cluster/main.tf b/examples/full-cluster/main.tf index 7a3d8e2..2edc6a5 100644 --- a/examples/full-cluster/main.tf +++ b/examples/full-cluster/main.tf @@ -104,6 +104,9 @@ resource "aws_eks_node_group" "eks-nodegroup" { local.autoscale_tags, ) + lifecycle { + ignore_changes = [launch_template, scaling_config] + } # Ensure that IAM Role permissions are created before and deleted after EKS Node Group handling. # Otherwise, EKS will not be able to properly delete EC2 Instances and Elastic Network Interfaces.