feat(microvm): add foundation module example - #5377
Draft
edersonbrilhante wants to merge 1 commit into
Draft
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
changed the base branch from
microvm-integration-independent
to
microvm-examples-image-build
September 4, 2026 21:28
edersonbrilhante
marked this pull request as draft
September 4, 2026 21:28
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
3 times, most recently
from
September 4, 2026 21:45
adb7a1e to
4564b89
Compare
edersonbrilhante
changed the base branch from
microvm-examples-image-build
to
microvm-integration-independent
September 4, 2026 21:47
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
5 times, most recently
from
September 4, 2026 22:38
ddf0d40 to
c6cb82b
Compare
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 8, 2026 11:18
c6cb82b to
e689cd1
Compare
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 8, 2026 11:26
eea918b to
69a0c78
Compare
This was referenced Sep 8, 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 the regional Lambda MicroVM foundation module and example.
Test Plan
terraform fmt -recursive -check -difffor the module and exampleterraform init -backend=false -input=falseterraform validatefor the module and examplegit diff --checkRelated Issues
Depends on #5363. Follow-up image build example: #5373.