feat(scale-set): add scale set orchestration in Terraform - #5299
Draft
edersonbrilhante wants to merge 1 commit into
Draft
feat(scale-set): add scale set orchestration in Terraform#5299edersonbrilhante wants to merge 1 commit into
edersonbrilhante wants to merge 1 commit into
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
marked this pull request as draft
August 26, 2026 13:59
edersonbrilhante
changed the base branch from
experimental-multi-runner-config-v2-20260805
to
refactor-runner-config-module
September 3, 2026 19:59
edersonbrilhante
force-pushed
the
feat-scale-set-terraform
branch
from
September 3, 2026 20:05
b95c8c0 to
28c31de
Compare
edersonbrilhante
changed the base branch from
refactor-runner-config-module
to
experimental-multi-runner-config-v2-20260805
September 3, 2026 20:05
edersonbrilhante
changed the base branch from
experimental-multi-runner-config-v2-20260805
to
fix-multi-runner-v2-routing
September 3, 2026 20:21
edersonbrilhante
force-pushed
the
feat-scale-set-terraform
branch
2 times, most recently
from
September 3, 2026 21:13
5ab14e1 to
4375247
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-terraform
branch
from
September 3, 2026 21:24
4375247 to
de5869c
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-terraform
branch
from
September 3, 2026 21:42
de5869c to
8ac821d
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-terraform
branch
from
September 3, 2026 21:53
8ac821d to
a3773f7
Compare
edersonbrilhante
changed the base branch from
fix-multi-runner-v2-routing
to
microvm-multi-runner-terraform
September 3, 2026 22:03
edersonbrilhante
changed the base branch from
microvm-multi-runner-terraform
to
microvm-multi-runner-integration-split
September 3, 2026 22:04
edersonbrilhante
changed the base branch from
microvm-multi-runner-integration-split
to
fix-multi-runner-v2-routing
September 3, 2026 22:04
edersonbrilhante
changed the base branch from
fix-multi-runner-v2-routing
to
remove-v2-legacy-input-requirements
September 4, 2026 18:08
edersonbrilhante
changed the base branch from
remove-v2-legacy-input-requirements
to
add-multi-runner-v2-example
September 4, 2026 18:10
edersonbrilhante
changed the base branch from
add-multi-runner-v2-example
to
main
September 4, 2026 18:12
edersonbrilhante
changed the base branch from
main
to
add-multi-runner-v2-example
September 4, 2026 18:12
edersonbrilhante
force-pushed
the
feat-scale-set-terraform
branch
from
September 4, 2026 18:15
a3773f7 to
32f8e54
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-terraform
branch
from
September 4, 2026 19:43
32f8e54 to
4555e7e
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-terraform
branch
from
September 4, 2026 20:03
4555e7e to
0fc4742
Compare
edersonbrilhante
marked this pull request as ready for review
September 4, 2026 21:38
edersonbrilhante
marked this pull request as draft
September 4, 2026 21:38
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
Adds the internal scale-set orchestration provider for experimental multi-runner v2. It groups runner configurations into controller groups, with grouping by compute-provider type, runner configuration, or explicit custom membership, and validates ownership uniqueness across normalized GitHub URL and scale-set ID pairs.
For each controller group, the module creates the ECS Fargate cluster/service/task definition, task and execution roles, log group, security group, and controller runtime configuration. It writes one non-secret SSM reconciler parameter per runner configuration, passes only credential parameter references to the task, applies the selected compute-provider's opaque runtime and IAM contract, and validates plan-known grouping, configuration size, and IAM policy limits. The module adopts existing GitHub scale sets; it does not create or delete the GitHub scale-set resources themselves.
Test Plan
terraform fmt -check -recursiveRelated Issues
None.