Skip to content

Releases: cloudposse-terraform-components/aws-account-quotas

v1.536.0

04 Jan 17:40
309b857
Compare
Choose a tag to compare
fix: Replace deprecated splat expression with [*] for Terraform 1.5.… @sushmithakumar (#7) ## 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

  • Chores
    • Updated the method of constructing service_name_set in the configuration for improved clarity.

v1.535.0

04 Jan 11:16
24b679b
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.534.0

04 Jan 10:58
24b679b
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.533.0

13 Dec 19:46
4d15ad8
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.532.0

27 Nov 11:06
0801b8b
Compare
Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components