-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
tags seems to be ignored by "aws_eks_node_group" resource #700
Comments
This is NOT an issue with the module, what I was expecting was to see the tags propagated to the underlying ASGs created by the node group... |
Yes, it has been requested in their roadmap aws/containers-roadmap#608 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity since being marked as stale. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I have issues
I'm submitting a...
What is the current behavior?
tags added through
additional_tags
do not seem to be setIf this is a bug, how to reproduce? Please include a code sample if relevant.
just set this in the nodegroup definition:
terraform apply will show that
tags
property ofaws_eks_node_group
resource will be set to {TestTag = "blah"} but it is not listed in the node groups "Tags" tab.What's the expected behavior?
Tags should be set and yet it does not appear to be a bug in this module.
Do you have any idea of what might be happening?
Are you able to fix this problem and submit a PR? Link here if you have already.
Environment details
Any other relevant info
The text was updated successfully, but these errors were encountered: