Closed davidalger closed 4 years ago
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
I have issues
I'm submitting a...
What is the current behavior?
Deployed an EKS cluster using an AWS Managed Node Group for which support was added in v8.0.0 of this module. There is an autoscaler deployed into this managed node group and it has scaled up from 1 to 2 nodes. When running a plan, Terraform reports the following change to be made:
If this is a bug, how to reproduce? Please include a code sample if relevant.
What's the expected behavior?
Should be a lifecycle policy on the
aws_eks_node_group
resource to ignore changes to desired_size similar to the one currently on worker_groups:The
aws_eks_node_group
resource is missing theignore_changes
rule.Are you able to fix this problem and submit a PR? Link here if you have already.
https://github.com/terraform-aws-modules/terraform-aws-eks/pull/691
Environment details
Any other relevant info