Skip to content

Releases: cloudposse-terraform-components/aws-documentdb

v1.535.2

20 Feb 09:03
6f3bdf8
Compare
Choose a tag to compare
Added tests @goruha (#16) ## what * Added tests

Summary 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.

🤖 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 docs

why

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

v1.535.1

13 Jan 18:18
8fb49c1
Compare
Choose a tag to compare

🚀 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

v1.535.0

04 Jan 11:20
f765158
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.534.0

04 Jan 11:03
f765158
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.533.0

13 Dec 19:50
cce8035
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.532.0

27 Nov 11:25
4675978
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components