Skip to content

v1.536.0

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 07 Jan 12:04
4ddd5d2
fix: Replace deprecated splat expression with [*] for Terraform 1.5.6… @sushmithakumar (#19) ## 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

Summary by CodeRabbit

  • Chores
    • Updated the method of constructing identifiers for IAM policy documents to ensure correct value retrieval and formatting.