Releases: cloudposse-terraform-components/aws-account
Releases · cloudposse-terraform-components/aws-account
v1.536.0
fix: update legacy splat operator @RoseSecurity (#14)
## what- Replace the legacy "attribute-only" splat expressions which use the sequence
.*
with the newer expression[*]
why
Earlier versions of the Terraform language had a slightly different version of splat expressions, which Terraform continues to support for backward compatibility. This older variant is less useful than the modern form described above, and so Hashicorp recommends against using it in new configurations.
references
Summary by CodeRabbit
- Refactor
- Updated Terraform output syntax for organization service control policies
- Replaced splat operator (
.*
) with modern indexing syntax ([*]
) - Maintained existing output functionality and descriptions
v1.535.0
v1.534.0
v1.533.0
v1.532.2
Full Changelog: 1.500.0...v1.532.2
v1.532.1
Full Changelog: 1.500.0...v1.532.1