-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add tags to volumes from worker_groups_launch_template["tags"] #1396
Comments
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. |
@barryib @antonbabenko folks, please, let's give this improvement a second chance. Our team really needs this for the EKS module production usage. I'm open to any suggestions to implement in this change #1397. |
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. |
Is your request related to a new offering from AWS?
No
Is your request related to a problem? Please describe.
Our team would like to use EKS cluster as a Production cluster shared for different customers. At the moment, we've already used
worker_groups_launch_template["tags"]
to mark nodes with custom tags and isolate applications deployment for the customers. But it's required to tag root volumes with custom tags as well since it's important for billing management.Describe the solution you'd like.
There is already an option to add custom tags for
worker_groups_launch_template groups
bypropagate_at_launch" = "true"
option in ASG tags, but there isn't for volumes.I'd like to get tags on the EC2 volumes if I define
worker_groups_launch_template["tags"]
I propose to do that via
tag_specifications
for volume resource_type in"aws_launch_template" "workers_launch_template"
by mergingworker_groups_launch_template["tags"]
with"Name" = ""
andvar.tags
maps.The text was updated successfully, but these errors were encountered: