feat: add pod identity association support for EKS addons @litanyofmadness (#256)
## what
- Added pod_identity_association parameter to EKS addons configuration
- Maps service account names to IAM role ARNs for pod identity authentication
- Maintains backward compatibility with existing configurations
why
- Enables modern IAM authentication for EKS addons using pod identities
- Aligns with AWS best practices for EKS
references
Terraform EKS Addon Pod Identity: Docs
Closes: #252
🤖 Automatic Updates
Fix go version in tests @osterman (#255)
## what
- Update go `1.24`
why
- Error loading shared library libresolv.so.2 in Go 1.20
References
Replace Makefile with atmos.yaml @osterman (#254)
## what
- Remove `Makefile`
- Add `atmos.yaml`
why
- Replace
build-harness
with atmos
for readme genration
References
- DEV-3229 Migrate from build-harness to atmos