Skip to content

v1.537.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 11 Mar 16:26
· 20 commits to refs/heads/main since this release
4e2c127
fix: update legacy splat operator @RoseSecurity (#23) ## what
  • Updated the syntax for accessing elements in a list from data.aws_iam_policy_document.kms_key_rds.*.json to data.aws_iam_policy_document.kms_key_rds[*].json.

why

  • Enhance code consistency by addressing TFLint errors
  • *. (splat operator) is an older syntax that returns a list but is not always well-typed. The newer explicit splat syntax is more consistent and predictable when accessing lists

references

Summary by CodeRabbit

  • Chores
    • Refined internal configuration handling to align with current Terraform standards.
    • The update enhances code maintainability without altering any user-visible functionality.