feat: Add launch_template_tags variable for additional launch template tags#1835
Conversation
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
|
I almost forgot - we'll need to update self-managed node groups module as well, and then propagate those changes up to the root |
|
@bryantbiggs |
|
do you have pre-commit installed? in this repo it can take quite some time - you can get around this with (executed from project root):
|
|
@bryantbiggs |
|
@bryantbiggs how about now? |
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
|
The correction was omitted. |
bryantbiggs
left a comment
There was a problem hiding this comment.
thanks for your efforts @kahirokunn 🎉
good to go 👍🏽 @antonbabenko
|
Thanks for all the advice! |
## [18.3.0](v18.2.7...v18.3.0) (2022-02-03) ### Features * Add launch_template_tags variable for additional launch template tags ([#1835](#1835)) ([9186def](9186def))
|
This PR is included in version 18.3.0 🎉 |
## [18.3.0](terraform-aws-modules/terraform-aws-eks@v18.2.7...v18.3.0) (2022-02-03) ### Features * Add launch_template_tags variable for additional launch template tags ([#1835](terraform-aws-modules/terraform-aws-eks#1835)) ([170ea31](terraform-aws-modules/terraform-aws-eks@170ea31))
|
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
add "launch_template_ignore_changes" option
Motivation and Context
If I add a tag to
var.tags, it will be added to all of them, but there was a situation where I wanted to add an arbitrary tag only to the specifications_tags of launch_template_tag, and I want to make it supported.Breaking Changes
How Has This Been Tested?