feat(multi-runner): consume resolved experimental config - #5340
Open
edersonbrilhante wants to merge 3 commits into
Open
feat(multi-runner): consume resolved experimental config#5340edersonbrilhante wants to merge 3 commits into
edersonbrilhante wants to merge 3 commits into
Conversation
edersonbrilhante
marked this pull request as draft
September 3, 2026 13:47
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
force-pushed
the
use-resolved-config-consumers
branch
8 times, most recently
from
September 3, 2026 18:08
d1617f1 to
f5b55bd
Compare
edersonbrilhante
marked this pull request as ready for review
September 3, 2026 18:32
edersonbrilhante
force-pushed
the
use-resolved-config-consumers
branch
5 times, most recently
from
September 3, 2026 20:49
0c2c2b6 to
71189b0
Compare
edersonbrilhante
force-pushed
the
use-resolved-config-consumers
branch
from
September 4, 2026 17:59
71189b0 to
4e36a1d
Compare
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.
Description
Route multi-runner resources through
local.resolved_configso experimental v2 lanes are used for runner, queue, webhook, IAM, observability, and SSM settings while retaining stable v1 translation compatibility.The change also removes the now-unused module-level
iam_overridesinput and updates the translation test to verify experimental resource selection.Test Plan
terraform validateinmodules/multi-runnerterraform testinmodules/multi-runner— 6 passedRelated Issues
Depends on #5284.