v1.537.0
·
20 commits
to refs/heads/main
since this release
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
todata.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.