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.48k stars 4.09k forks source link

No Terraform State For Managed Node Groups Access Entry #3207

Open timetofaceit opened 2 weeks ago

timetofaceit commented 2 weeks ago

Hi! πŸ‘‹

I don't know if I'm missing something from the documentation or this is a bug from the module side, but there is a problem with access_entry when you are creating a new EKS managed node group.

Problem - EKS module doesn't create a terraform state for it. 😒

When you remove your managed node group, it leaves access_entry created and you can see it in AWS console, and when you remove it by hand in the AWS console (while your managed group is still active) EKS module doesn't recreate it. 😞

I'm using version - 20.24.1