terraform-aws-modules / terraform-aws-eks

Terraform module to create Amazon Elastic Kubernetes (EKS) resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/eks/aws
Apache License 2.0
4.47k stars 4.08k forks source link

fix: Ignore `status` field in aws_eks_node_group #3151

Closed evankanderson closed 2 months ago

evankanderson commented 2 months ago

Description

Mark status as ignored, as the field is output-only.

Motivation and Context

Fixes https://github.com/terraform-aws-modules/terraform-aws-eks/issues/3150

Breaking Changes

None.

How Has This Been Tested?

bryantbiggs commented 2 months ago

please see https://github.com/terraform-aws-modules/terraform-aws-eks/issues/3150#issuecomment-2332687563

we do not ignore computed only attributes

github-actions[bot] commented 1 month ago

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.