github cloudposse/terraform-aws-eks-cluster v4.6.0

2 days ago

🚀 Enhancements

  • Allow extra tags specific to addons
  • Make access_scope optional in access_policy_associations
Enhancements (#250) ## what
  • Ensure access entries are created before associating them with policies
  • Allow extra tags specific to addons
  • Make access_scope optional in access_policy_associations
  • Add testing for enabled=false
  • Fix typo in hyperlink

why

  • Some addons require specific tags for configuration
  • All the elements of access_scope are optional, so access_scope itself is not required

references

🐛 Bug Fixes

  • Ensure access entries are created before associating them with policies
  • Add testing for enabled=false
  • Fix typo in hyperlink
Bugfixes @Nuru (#250) ## what
  • Ensure access entries are created before associating them with policies
  • Add testing for enabled=false
  • Fix typo in hyperlink

why

  • Race condition can cause cluster creation to fail if Terraform attempts to create access entries and policy associations in parallel
  • Standard testing requirement, ensure no resources are created and module functions without error when enabled=false
  • Fix typo

references

Don't miss a new terraform-aws-eks-cluster release

NewReleases is sending notifications on new releases.