feat(microvm): add Terraform provider - #5413
Open
edersonbrilhante wants to merge 13 commits into
Open
edersonbrilhante wants to merge 13 commits into
edersonbrilhante wants to merge 13 commits into
Conversation
edersonbrilhante
added this pull request to stack #5414
September 11, 2026 08:04
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 11, 2026 08:24
c4a8c4a to
4f1c892
Compare
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 16, 2026 11:29
1d4f787 to
ffa886c
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 16, 2026 18:54
4738c8a to
1615974
Compare
edersonbrilhante
removed this pull request from stack #5414
September 17, 2026 12:54
edersonbrilhante
added this pull request to stack #5435
September 17, 2026 13:04
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
2 times, most recently
from
September 17, 2026 13:57
637bec7 to
a14acac
Compare
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 17, 2026 17:33
a14acac to
051443c
Compare
edersonbrilhante
removed this pull request from stack #5435
September 17, 2026 17:35
edersonbrilhante
added this pull request to stack #5438
September 17, 2026 18:35
edersonbrilhante
removed this pull request from stack #5438
September 17, 2026 18:36
edersonbrilhante
added this pull request to stack #5439
September 17, 2026 18:37
edersonbrilhante
removed this pull request from stack #5439
September 17, 2026 18:37
edersonbrilhante
added this pull request to stack #5440
September 17, 2026 18:38
edersonbrilhante
removed this pull request from stack #5440
September 18, 2026 12:40
## 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>
edersonbrilhante
force-pushed
the
microvm-provider-independent
branch
from
September 18, 2026 13:07
696352a to
cd0d498
Compare
edersonbrilhante
added this pull request to stack #5450
September 18, 2026 21:12
edersonbrilhante
removed this pull request from stack #5450
September 18, 2026 21:12
edersonbrilhante
added this pull request to stack #5452
September 18, 2026 21:40
edersonbrilhante
removed this pull request from stack #5452
September 21, 2026 16:40
edersonbrilhante
marked this pull request as ready for review
September 21, 2026 17:10
This was referenced Sep 21, 2026
This branch has not been deployed
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 AWS Lambda MicroVM compute-provider foundation and wires it into the Terraform runner configuration contracts.
This work is intentionally split across four PRs for reviewability. The complete end-to-end smoke coverage is implemented in #5280 and exercises both EC2 and MicroVM against:
Test Plan
git diff --checkRelated Issues