Releases: cloudposse-terraform-components/aws-documentdb
Releases · cloudposse-terraform-components/aws-documentdb
v1.535.2
Added tests @goruha (#16)
## what * Added testsSummary by CodeRabbit
Release Notes
-
New Features
- Added comprehensive testing infrastructure for DocumentDB component.
- Introduced new configuration management for Terraform and Atmos workflows.
- Added new configuration for managing DNS and VPC components.
- Implemented new configurations for DocumentDB and account mapping.
-
Improvements
- Updated module versions for remote state management.
- Enhanced password generation configuration.
- Added new variable for global DNS delegated environment name.
-
Testing
- Added Go-based test suite for infrastructure validation.
- Created new test fixtures and configuration files.
-
Chores
- Updated
.gitignore
files to include additional entries. - Added new vendor configuration management.
- Removed obsolete test script.
- Updated
🤖 Automatic Updates
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#17)
## 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
v1.535.1
🚀 Enhancements
fix: Replace deprecated splat expression with [*] for Terraform 1.5.6 @sushmithakumar (#15)
## Terraform 0.12.0+ Splat Operator Updates ## What Updated Terraform configuration to replace legacy splat syntax(resource.*.attribute)
with modern bracket-based expressions (resource[*].attribute).
Incorporated for expressions where applicable to improve flexibility and readability.
No functional changes to infrastructure; these updates are syntax improvements.
Why
Aligns with Terraform 0.12.0+ enhancements and first-class expression support.
Improves readability and maintainability of Terraform code.
Prevents potential deprecation warnings by replacing outdated syntax.
References
Terraform v0.12.0 Upgrade Guide
Summary by CodeRabbit
- Chores
- Updated Terraform syntax for accessing resource attributes in DocumentDB cluster configuration
- Modernized SSM parameter value retrieval method for master password