feat: added missing launch template tag_specifications#4544
Merged
Conversation
npalm
pushed a commit
that referenced
this pull request
Apr 16, 2025
🤖 I have created a release *beep* *boop* --- ## [6.5.1](v6.5.0...v6.5.1) (2025-04-16) ### Bug Fixes * added missing launch template tag_specifications ([#4544](#4544)) ([f2eb809](f2eb809)) @konkerama * **lambda:** bump vite from 6.2.3 to 6.2.6 in /lambdas ([#4542](#4542)) ([dc385cd](dc385cd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: runners-releaser[bot] <194412594+runners-releaser[bot]@users.noreply.github.com>
Contributor
|
@npalm thank you very much :) |
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
…ners#4544) copy from github-aws-runners#4531 Currently the launch template specification adds tags only on resource types of `instance` and `volume` this leaves the other 2 supported resource types (`spot-instances-request` and `network-interface`) untagged which by extensions does not produce accurate data on Cost Explorer. This pr fixes this by adding the missing `tag_specifications` configurations. --------- Co-authored-by: konkerama <konkeramaris@gmail.com>
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
🤖 I have created a release *beep* *boop* --- ## [6.5.1](github-aws-runners/terraform-aws-github-runner@v6.5.0...v6.5.1) (2025-04-16) ### Bug Fixes * added missing launch template tag_specifications ([github-aws-runners#4544](github-aws-runners#4544)) ([f2eb809](github-aws-runners@f2eb809)) @konkerama * **lambda:** bump vite from 6.2.3 to 6.2.6 in /lambdas ([github-aws-runners#4542](github-aws-runners#4542)) ([dc385cd](github-aws-runners@dc385cd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: runners-releaser[bot] <194412594+runners-releaser[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
copy from #4531
Currently the launch template specification adds tags only on resource types of
instanceandvolumethis leaves the other 2 supported resource types (spot-instances-requestandnetwork-interface) untagged which by extensions does not produce accurate data on Cost Explorer.This pr fixes this by adding the missing
tag_specificationsconfigurations.