feat(microvm): add standalone Terraform provider baseline - #5362
Closed
edersonbrilhante wants to merge 48 commits into
Closed
edersonbrilhante wants to merge 48 commits into
edersonbrilhante wants to merge 48 commits into
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 4, 2026 12:37
e32163b to
dc79273
Compare
edersonbrilhante
changed the base branch from
main
to
fix-multi-runner-v2-routing
September 4, 2026 12:38
edersonbrilhante
changed the base branch from
fix-multi-runner-v2-routing
to
main
September 4, 2026 12:38
edersonbrilhante
changed the base branch from
main
to
fix-multi-runner-v2-routing
September 4, 2026 12:39
edersonbrilhante
force-pushed
the
fix-multi-runner-v2-routing
branch
from
September 4, 2026 17:59
afc760b to
e17ae16
Compare
edersonbrilhante
changed the base branch from
fix-multi-runner-v2-routing
to
remove-v2-legacy-input-requirements
September 4, 2026 18:04
edersonbrilhante
changed the base branch from
remove-v2-legacy-input-requirements
to
add-multi-runner-v2-example
September 4, 2026 18:08
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 4, 2026 18:12
dc79273 to
a2241fd
Compare
edersonbrilhante
force-pushed
the
add-multi-runner-v2-example
branch
from
September 4, 2026 19:19
7c89295 to
9f6ba4c
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 4, 2026 19:26
a2241fd to
61f8222
Compare
edersonbrilhante
force-pushed
the
add-multi-runner-v2-example
branch
2 times, most recently
from
September 8, 2026 11:13
0c30cc2 to
ec2bec2
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 8, 2026 11:16
61f8222 to
fc1399b
Compare
edersonbrilhante
force-pushed
the
add-multi-runner-v2-example
branch
from
September 8, 2026 11:20
5bc0e9c to
45bbaec
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 8, 2026 11:21
fc1399b to
6e1d3c7
Compare
edersonbrilhante
force-pushed
the
add-multi-runner-v2-example
branch
from
September 8, 2026 13:42
de96903 to
b6366f5
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 8, 2026 13:43
6e1d3c7 to
560031d
Compare
edersonbrilhante
force-pushed
the
add-multi-runner-v2-example
branch
2 times, most recently
from
September 8, 2026 15:16
d119225 to
bd9b382
Compare
edersonbrilhante
force-pushed
the
add-multi-runner-v2-example
branch
from
September 8, 2026 15:41
bd9b382 to
e70c5a0
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 8, 2026 15:53
560031d to
5ce34c2
Compare
edersonbrilhante
force-pushed
the
add-multi-runner-v2-example
branch
3 times, most recently
from
September 8, 2026 16:20
07dec21 to
5437869
Compare
edersonbrilhante
force-pushed
the
add-multi-runner-v2-example
branch
from
September 10, 2026 12:22
8879acc to
23fe569
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 10, 2026 14:10
ec82860 to
c4a8c4a
Compare
edersonbrilhante
force-pushed
the
add-multi-runner-v2-example
branch
3 times, most recently
from
September 10, 2026 16:13
44a3f55 to
cf30c0f
Compare
An error occurred while trying to automatically change base from
add-multi-runner-v2-example
to
main
September 10, 2026 16:16
An error occurred while trying to automatically change base from
add-multi-runner-v2-example
to
main
September 10, 2026 16:16
edersonbrilhante
removed this pull request from stack #5379
September 11, 2026 08:01
edersonbrilhante
added a commit
that referenced
this pull request
Sep 18, 2026
## Description Integrates the Lambda MicroVM compute provider into the experimental multi-runner and runner-config contracts on top of #5362. - Adds global and per-lane `compute_provider.aws.microvm` settings and precedence resolution. - Routes MicroVM lanes through runner-config while preserving the EC2 path. - Adds MicroVM provider validation, outputs, documentation, and runner-config coverage. - Carries MicroVM fields into the unified `multi_runner_config` schema and keeps MicroVM lanes out of EC2 binary synchronization. ## Test Plan - MicroVM routing, validation, computed-IAM, and runner-config Terraform tests - `git diff --check` - No live AWS deployment was performed ## Related Issues Depends on #5362. Follow-up foundation example: #5377. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[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.
Description
Adds the standalone AWS Lambda MicroVM compute-provider baseline.
Test Plan
git diff --checkRelated Issues
Depends on #5367. Follow-up integration: #5363.