Skip to content

v1.535.1

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 13 Jan 18:18
8fb49c1

🚀 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