Skip to content

v1.536.0

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 04 Jan 17:39
· 27 commits to refs/heads/main since this release
ba00f3d
fix: update legacy splat operator @RoseSecurity (#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

  • Bug Fixes
    • Updated the configuration for accessing Kubernetes namespace IDs to improve accuracy.