Skip to content

v1.536.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 06 Jan 13:04
· 17 commits to refs/heads/main since this release
4bc7180
Replaces it with the updated list-compatible syntax @Musthaq101 (#10) ## 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

  • Chores
    • Updated Terraform configuration syntax for list handling
    • Minor formatting adjustment in output file