feat(microvm): add Terraform compute provider - #5260
Draft
edersonbrilhante wants to merge 12 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
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 14, 2026 13:22
93bd091 to
dfdcdaf
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
from
August 14, 2026 13:36
d7d5b9c to
00cb154
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 17, 2026 14:41
dfdcdaf to
c0c0679
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
2 times, most recently
from
August 17, 2026 16:25
dcee094 to
0a84758
Compare
5 tasks
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 17, 2026 21:04
c0c0679 to
27b99ea
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
from
August 17, 2026 21:15
0a84758 to
652ba90
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 17, 2026 21:48
aced1a1 to
fc93bea
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
from
August 17, 2026 21:48
652ba90 to
d5d9856
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
2 times, most recently
from
August 19, 2026 18:12
8d5c416 to
d2b8b0f
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
from
August 19, 2026 19:11
d5d9856 to
4825e46
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 19, 2026 19:34
d2b8b0f to
f10a155
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
from
August 19, 2026 19:34
4825e46 to
979d5f0
Compare
edersonbrilhante
force-pushed
the
microvm-multi-runner-terraform
branch
from
August 20, 2026 14:43
cbe8f9d to
073fcd7
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 Terraform support for AWS Lambda MicroVM runner lanes on top of #5255, rebased onto the refreshed
feat-microvm-runner-providerbranch.compute_provider.aws.microvmwith Terraform dispatch keyaws_microvmwhile preserving runtime typemicrovm;modules/compute-providers/aws/microvm;runner-config, mixed-provider multi-runner maps, validation, outputs, and CI matrices;MICROVM_METADATA_SSM_PATHunder the persistent SSM configuration path for scale-up, scale-down, and pool;ssm:GetParametersByPath,ssm:PutParameter, andssm:DeleteParameteraccess on that metadata prefix;RunMicrovmandTerminateMicrovmto the configured image by default, with a validated explicit image allowlist for dynamic overrides;iam:PassRoleto the resolved execution role andiam:PassedToService=lambda.amazonaws.com;modules/webhook/**is unchanged. EC2 implementation source is unchanged; only its provider overview documentation is updated to describe both selectable AWS providers.Test Plan
terraform -chdir=modules/compute-providers/aws/microvm test -no-color— 11 passedterraform -chdir=modules/compute-providers/aws/microvm/trust-policy test -no-color— 3 passedterraform -chdir=modules/runner-config test -no-color— 24 passedterraform -chdir=modules/multi-runner test -no-color— 46 passedterraform fmt -check modules/compute-providers/aws/microvm modules/runner-config modules/multi-runnergit diff --checkand merge-conflict hookThe full recursive multi-runner TFLint invocation reproduced an existing no-output local hang. The same changed files passed a bounded non-recursive TFLint run; GitHub Actions remains authoritative for the full-module lint.
Related Issues
Depends on #5255. Related to #5252.