mumoshu / terraform-provider-eksctl

Manage AWS EKS clusters using Terraform and eksctl
Apache License 2.0
234 stars 44 forks source link

Modifying EKS cluster tags should not replace or recreate the cluster #57

Open dmakeroam opened 3 years ago

dmakeroam commented 3 years ago

I modified the EKS cluster tags in the resource eksctl_cluster, but eksctl provider detected changes to replace or recreate the cluster as follows:

Expected Scenario:

eksctl provider should not replace or recreate the cluster if we modify only EKS cluster tags.

Do you have any idea to solve this?

dmakeroam commented 3 years ago

@mumoshu

pfnsec commented 2 years ago

We're running into this at the moment - did you ever find a solution?

gtskaushik commented 2 years ago

We are running into the same issue