Releases: cloudposse-terraform-components/aws-eks-reloader
Releases · cloudposse-terraform-components/aws-eks-reloader
v1.536.0
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.