Skip to content

v1.536.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 08 Jan 18:07
· 29 commits to refs/heads/main since this release
57007f0
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.