Skip to content
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

Bug: continuously add cluster owned tag #89

Closed
cdobbyn opened this issue Sep 28, 2021 · 3 comments
Closed

Bug: continuously add cluster owned tag #89

cdobbyn opened this issue Sep 28, 2021 · 3 comments
Labels
bug 🐛 An issue with the system

Comments

@cdobbyn
Copy link

cdobbyn commented Sep 28, 2021

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:

  • .module.ssh_access[0].aws_security_group.cbd[0]
  • .aws_launch_template.default[0]
  • .aws_iam_role.default[0]
  • .aws_eks_node_group.cbd[0]

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):

  • Terraform 0.14.11
  • AWS provider 3.60.0
@cdobbyn cdobbyn added the bug 🐛 An issue with the system label Sep 28, 2021
@nitrocode
Copy link
Member

This may be a provider bug @cdobbyn

@nitrocode
Copy link
Member

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

@cdobbyn
Copy link
Author

cdobbyn commented Feb 8, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

2 participants