Releases: cloudposse-terraform-components/aws-acm
Releases · cloudposse-terraform-components/aws-acm
v1.536.0
Replaces it with the updated list-compatible syntax @Musthaq101 (#16)
## 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
Summary by CodeRabbit
- Chores
- Updated Terraform configuration syntax for list handling for improved clarity and consistency.