-
Notifications
You must be signed in to change notification settings - Fork 459
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
tagging not working correclty #1654
Comments
How are you setting the tags in your cdktf code? |
I add them as part of the config in the constructor. @jsteinich
I can tell that its at least getting some tags from my code because if you see my screen shot the following 3 are there
But for whatever reason all other tags I put in my code are ignored |
I guess this is a known issue with terraform/aws terraform-aws-modules/terraform-aws-eks#860 |
Yeah, it seems like that is an upstream issue. Should we close this here? |
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've 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. |
Community Note
cdktf & Language Versions
cdktf - 0.9.4
node - 16.2.0
typescript
Affected Resource(s)
I am creating a nodegroup for EKS with various tags. Certain tags do not show up in AWS at all. I have tried changing around the order and stuff but it will only show the same 5 tags and nothing more, nothing less
Debug Output
There is no error output that I could find
Expected Behavior
All the listed tags would be added to the ASG that is created by terraform.
Actual Behavior
Tags are missing
Steps to Reproduce
Important Factoids
References
The text was updated successfully, but these errors were encountered: