feat(microvm): add standalone Terraform provider baseline - #5362
Draft
edersonbrilhante wants to merge 1 commit into
Draft
feat(microvm): add standalone Terraform provider baseline#5362edersonbrilhante 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
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
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
microvm-provider-independent
branch
from
September 4, 2026 19:26
a2241fd to
61f8222
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
Adds a standalone Terraform AWS Lambda MicroVM compute-provider baseline for the experimental multi-runner v2 path. The provider module owns the Lambda MicroVM control-plane resources, logging, runner configuration, IAM policy fragments, and input validation; its nested trust-policy module provides the assume-role policy contract.
The module exposes provider outputs for later runner-config integration while keeping the provider implementation independent from the existing stack. This PR is an independent copy of #5260: it does not wire MicroVM into the multi-runner module and does not modify the existing #5260 → #5349 stack.
Test Plan
git diff --checkpassed.Related Issues