-
-
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
feat: Allow configuring which tags are passed on launch template tag specifications #2360
feat: Allow configuring which tags are passed on launch template tag specifications #2360
Conversation
Since the tagging of the elastic GPUs seems to be the problematic scenario - I am reverting that from the list of defaults and users will need to opt in to tag those |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense!
## [19.4.0](v19.3.1...v19.4.0) (2022-12-19) ### Features * Allow configuring which tags are passed on launch template tag specifications ([#2360](#2360)) ([094ed1d](094ed1d))
This PR is included in version 19.4.0 🎉 |
@antonbabenko probably better to remove |
Thank you for the quick resolution |
Indeed spot request should be excluded as well! |
Thank you~~~ 🌟 |
…specifications (terraform-aws-modules#2360) Resolves undefined
## [19.4.0](terraform-aws-modules/terraform-aws-eks@v19.3.1...v19.4.0) (2022-12-19) ### Features * Allow configuring which tags are passed on launch template tag specifications ([terraform-aws-modules#2360](terraform-aws-modules#2360)) ([094ed1d](terraform-aws-modules@094ed1d))
I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Motivation and Context
Breaking Changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request