-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
capacity_type introduced on aws_eks_node_group is forcing recreation in v3.19.0 #16547
Comments
@anGie44 replying here from the linked PR comment I made. Yes we're also upgrading from using 3.18.0 to now 3.19.0 |
Hi @samcday @langesven , thank you for raising this issue. the team has reached out to the AWS EKS service team to confirm the API expectations for pre-existing node groups as it seems from the Terraform plan output the |
Hi all, we've been notified from the EKS service team the new field only applies to new node groups so we'll move forward with removing drift detection from that field unless explicitly configured. |
This has been released in version 3.20.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform CLI and Terraform AWS Provider
Terraform 0.12.x
AWS provider v3.19.0
Affected Resource(s)
Terraform Configuration Files
https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/modules/node_groups/node_groups.tf#L1
Plan Output
Expected Behavior
Upgrading to terraform-provider-aws v3.19.0, which is a minor semver change, should not cause existing
aws_eks_node_group
should not cause existing resources to be replaced.Actual Behavior
Existing node groups are being forced to recreate.
Steps to Reproduce
aws_eks_node_group
with terraform-provider-aws v3.18.0terraform plan
References
v3.18.0...v3.19.0#diff-fbadf1462da63413e1e824058fc520a1711c7a8c0ec3a27266fc51adb96e94c4R50
The text was updated successfully, but these errors were encountered: