We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
After apply no further changes are required.
The text was updated successfully, but these errors were encountered:
This may be a provider bug @cdobbyn
Sorry, something went wrong.
@cdobbyn were you setting default_tags on the provider ? have you been able to reproduce this issue with the 3.x provider ?
default_tags
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.
No branches or pull requests
Describe the Bug
Continuously wants to update cluster owned tag:
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
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: