feat: Pass VPC and Subnet IDs as Inputs @milldr (#41)
## what - Add support for passing VPC and subnet IDs directlywhy
- We can use
!terraform.stateor 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 docswhy
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 docswhy
To have most recent changes of README.md and doc from origin templates