v1.0.1
·
10 commits
to main
since this release
Allow users to set component names in remote state @j4zzcat (#31)
Allow users to set component names in remote state.- Defined the input variable
vpc_component_name. - Variable defaults to preserving the behavior of the current version.
- Remote state uses this variable to pull in the state of the components.
- This update allows the codebase to adopt more standardized structure and naming practices.
Summary by CodeRabbit
- New Features
- Introduced a configurable VPC component name via a new input variable. By default it remains “vpc,” so existing setups continue to work without changes.
- The module now uses this variable for component selection, enabling alignment with naming conventions or differently named components across environments without modifying code.
🤖 Automatic Updates
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#32)
## 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