Skip to content

v4.6.0

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 09 Feb 05:48
6521512

🚀 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