-
-
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
Allow user to set name tag value when creating workers using launch templates #1688
Comments
Hello @daroga0002 , Sorry to push but did you have the time to look into this issue? |
This issue has been automatically marked as stale because it has been open 30 days |
This issue was automatically closed because of stale in 10 days |
This issue has been resolved in version 18.0.0 🎉 |
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.
Yes, I am creating an EKS cluster using version
17.23.0
usingworker_groups_launch_template
, I am trying to set name tags for the instances to our naming standard to allow domain join for those nodes, by setting the name tag in the code like below:but sadly the module overrides the works by using force
cluster_name - work_group_name-eks_sg
, code here:terraform-aws-eks/workers_launch_template.tf
Lines 550 to 606 in 4e54eaa
Describe the solution you'd like.
if the
name
tag is set in the tags, respect that and use these values, if not build the value as previously done.terraform-aws-eks/workers_launch_template.tf
Lines 550 to 606 in 4e54eaa
Describe alternatives you've considered.
Manually overriding the
workers_launch_template.tf
to fulfill this, is not convenient and caused a couple of incidents!Additional context
N/A
The text was updated successfully, but these errors were encountered: