🚀 Enhancements
- Allow extra tags specific to addons
- Make
access_scope
optional inaccess_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 inaccess_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, soaccess_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