test(examples): add scale-set orchestration example - #5405
Merged
edersonbrilhante merged 20 commits intoSep 17, 2026
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
added this pull request to stack #5406
September 10, 2026 18:58
edersonbrilhante
marked this pull request as draft
September 10, 2026 19:10
edersonbrilhante
force-pushed
the
feat-scale-set-terraform-wiring
branch
from
September 10, 2026 19:12
e31d71d to
a17a7d8
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-example-followup
branch
from
September 10, 2026 19:12
b442e23 to
a26a9a7
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-terraform-wiring
branch
from
September 11, 2026 07:57
a17a7d8 to
125a16f
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-example-followup
branch
from
September 11, 2026 07:58
a26a9a7 to
a5eef80
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-terraform-wiring
branch
2 times, most recently
from
September 11, 2026 10:11
1ff79d4 to
5ac26bc
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-example-followup
branch
2 times, most recently
from
September 11, 2026 11:04
809262b to
e10cb12
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-terraform-wiring
branch
from
September 11, 2026 12:03
aba5fa9 to
cb0f422
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-example-followup
branch
2 times, most recently
from
September 11, 2026 12:18
03be9e6 to
d42b9ab
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-terraform-wiring
branch
from
September 11, 2026 12:56
e8cd2bf to
8771827
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-example-followup
branch
from
September 11, 2026 13:07
d42b9ab to
95bc7ec
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-example-followup
branch
from
September 14, 2026 18:16
a13a64a to
2307187
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-terraform-wiring
branch
from
September 14, 2026 19:29
bb5ee54 to
f24284b
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-example-followup
branch
from
September 14, 2026 19:36
f2f5884 to
2fcc08d
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-terraform-wiring
branch
from
September 14, 2026 23:34
2d0f52d to
0a581bc
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-example-followup
branch
from
September 14, 2026 23:38
2fcc08d to
cb70e66
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-terraform-wiring
branch
from
September 15, 2026 09:53
7cf6156 to
a8e4979
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-example-followup
branch
from
September 15, 2026 09:53
cb70e66 to
3bf4b05
Compare
edersonbrilhante
marked this pull request as ready for review
September 15, 2026 09:53
edersonbrilhante
force-pushed
the
feat-scale-set-example-followup
branch
from
September 17, 2026 17:24
20e7a80 to
6b419fb
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-terraform-wiring
branch
from
September 17, 2026 18:20
b3f3e57 to
31d1b98
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-example-followup
branch
from
September 17, 2026 18:20
238c0bc to
5fa47cd
Compare
edersonbrilhante
removed this pull request from stack #5437
September 17, 2026 18:20
edersonbrilhante
added this pull request to stack #5441
September 17, 2026 18:41
edersonbrilhante
removed this pull request from stack #5441
September 17, 2026 19:01
edersonbrilhante
added this pull request to stack #5442
September 17, 2026 19:01
edersonbrilhante
force-pushed
the
feat-scale-set-terraform-wiring
branch
from
September 17, 2026 21:37
31d1b98 to
eb3b5a7
Compare
edersonbrilhante
force-pushed
the
feat-scale-set-example-followup
branch
from
September 17, 2026 21:37
4734ee6 to
ab12544
Compare
edersonbrilhante
removed this pull request from stack #5442
September 17, 2026 21:40
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
Restore the multi-runner scale-set orchestration example removed by revert PR #5403, replacing merged PR #5378.
The example provides the Terraform configuration, provider locks, outputs, and documentation needed to deploy an ECS scale-set controller with the EC2 runner compute provider. It is intentionally limited to the example and its generated/provider metadata; the reusable MiniStack fixture support and ECS/MockServer lifecycle smoke test are provided by the follow-up PRs.
Test Plan
Related Issues
Depends on #5350. Replaces #5378.