Skip to content

Releases: cloudposse-terraform-components/aws-account

v1.536.0

07 Jan 19:56
bad8068
Compare
Choose a tag to compare
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

04 Jan 11:16
841bf94
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.534.0

04 Jan 10:58
841bf94
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.533.0

13 Dec 19:45
e9444a5
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.532.2

06 Dec 18:17
088fd12
Compare
Choose a tag to compare

Full Changelog: 1.500.0...v1.532.2

v1.532.1

05 Dec 17:48
088fd12
Compare
Choose a tag to compare

Full Changelog: 1.500.0...v1.532.1

v1.532.0

27 Nov 11:05
088fd12
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components