Skip to content

v1.1.0

Latest

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 26 Sep 18:59
· 1 commit to main since this release
f03094b
feat: Pass VPC and Subnet IDs as Inputs @milldr (#41) ## what - Add support for passing VPC and subnet IDs directly

why

  • We can use !terraform.state or atmos functions to provide these values dynamically

references

.

Summary by CodeRabbit

  • New Features
    • Added configuration to connect to an existing VPC by providing a VPC ID and private subnet IDs directly.
    • When these values are supplied, the module bypasses remote state lookup and uses the provided IDs.
    • Validation ensures subnet IDs are supplied when a VPC ID is set.
    • Backward compatible: defaults preserve previous behavior if no IDs are provided.

🤖 Automatic Updates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#42) ## what This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#40) ## what This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates