You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your request related to a problem? Please describe.
I'd like to overwrite a tag from var.tags for the workers_launch_template. Currently the overwrite is working for aws_autoscaling_group.workers_launch_template but not aws_launch_template.workers_launch_template
Describe the solution you'd like.
add the possibility to overwrite the aws_launch_template.workers_launch_template variables as implemented in #1092
Describe alternatives you've considered.
I considered to remove the value I want to overwrite from var.tags and set it one the worker_groups_launch_template variable but this won't work
Additional context
We have multiple worker group configurations in our worker_groups_launch_template variable. We like to have the ability to set different tags on the aws resources as the worker are used for different purposes
The text was updated successfully, but these errors were encountered:
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.
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 problem? Please describe.
I'd like to overwrite a tag from var.tags for the workers_launch_template. Currently the overwrite is working for aws_autoscaling_group.workers_launch_template but not aws_launch_template.workers_launch_template
Describe the solution you'd like.
add the possibility to overwrite the aws_launch_template.workers_launch_template variables as implemented in #1092
Describe alternatives you've considered.
I considered to remove the value I want to overwrite from var.tags and set it one the worker_groups_launch_template variable but this won't work
Additional context
We have multiple worker group configurations in our worker_groups_launch_template variable. We like to have the ability to set different tags on the aws resources as the worker are used for different purposes
The text was updated successfully, but these errors were encountered: