cloudposse / terraform-aws-eks-node-group

Terraform module to provision a fully managed AWS EKS Node Group
https://cloudposse.com/accelerate
Apache License 2.0
91 stars 128 forks source link

Bug: continuously add cluster owned tag #89

Closed cdobbyn closed 2 years ago

cdobbyn commented 3 years ago

Describe the Bug

Continuously wants to update cluster owned tag:

tags                    = {
    + "kubernetes.io/cluster/my-cluster-name" = "owned"
      # (7 unchanged elements hidden)
}

To the following resources:

Expected Behavior

After apply no further changes are required.

Steps to Reproduce

  1. Create node group in terraform
  2. Run apply to create it
  3. Run apply again, and see that it wants to make changes, apply them
  4. Repeat....

Environment (please complete the following information):

nitrocode commented 3 years ago

This may be a provider bug @cdobbyn

nitrocode commented 2 years ago

@cdobbyn were you setting default_tags on the provider ? have you been able to reproduce this issue with the 3.x provider ?

cdobbyn commented 2 years ago

I have deployed a few more clusters since I wrote this issue and haven't seen the problem. I think this can be closed. Sorry for the slow response.