feat(microvm): add Terraform compute provider - #5260
Draft
edersonbrilhante wants to merge 2 commits into
Draft
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
changed the base branch from
main
to
feat-microvm-runner-provider
August 7, 2026 21:18
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 7, 2026 21:42
61e4aa2 to
a638a13
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
from
August 7, 2026 21:42
fef4734 to
6d76a90
Compare
5 tasks
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 12, 2026 22:47
a638a13 to
2384430
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
from
August 12, 2026 23:03
961c120 to
0123bf9
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
3 times, most recently
from
August 13, 2026 11:13
11c97de to
fa2e601
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
from
August 13, 2026 11:13
0123bf9 to
18a6e92
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 13, 2026 11:41
fa2e601 to
4f6c867
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
from
August 13, 2026 11:41
18a6e92 to
96d2368
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 13, 2026 12:25
4f6c867 to
93bd091
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
from
August 13, 2026 12:25
96d2368 to
d7d5b9c
Compare
This was referenced Aug 13, 2026
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 Terraform support for the experimental Lambda MicroVM compute-provider lane on top of #5251 and #5255.
multi_runner_config_v2and webhook schema wiring needed to select MicroVM;EC2 isolation, common runner-stack refactoring, provider-neutral multi-runner routing, dynamic-label typing, and generic trust-policy wiring are intentionally owned by #5251. This PR has no EC2 subtree changes.
Test Plan
terraform -chdir=modules/compute-providers/microvm testterraform -chdir=modules/compute-providers/microvm/trust-policy testterraform -chdir=modules/runner-stack testterraform -chdir=modules/multi-runner testterraform -chdir=modules/webhook validategit diff --checkRelated Issues
Depends on #5251 and #5255. Related to #5252.