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
4 times, most recently
from
September 4, 2026 22:14
d1296b3 to
ddf0d40
Compare
edersonbrilhante
force-pushed
the
microvm-foundation-example
branch
from
September 4, 2026 22:38
ddf0d40 to
c6cb82b
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 the regional Lambda MicroVM foundation module and example. The module
creates the encrypted artifact bucket, build and operator IAM roles, native
Lambda Network Connectors, connector security groups, runtime usage policy,
and propagation dependencies. The example shows how to configure and apply
the foundation before running a MicroVM image build.
The module uses the native
aws_lambdacore_network_connectorresource andrequires AWS provider 6.61 or newer. The build and runtime usage policies each
accept a dedicated
*_policy_name_prefix, while the build and NetworkConnector operator roles each accept a dedicated
*_role_name_prefix; all useTerraform's IAM
name_prefixattribute.Test Plan
terraform fmt -recursive -check -diff modules/microvm-foundation examples/microvm-foundationterraform init -backend=false -input=falsefor the module and exampleterraform validatefor the module and examplegit diff --checkRelated Issues
Depends on #5363.