Fix Compatibility issue with Terraform AWS Provider v6.0.0 @ngoyal16 (#261)
## what
Fix Compatibility issue with Terraform AWS Provider v6.0.0
why
A breaking change introduced in Terraform AWS Provider v6.0.0 prevents deploying Redis instances when auth_token is not specified.
references
closes #260
🤖 Automatic Updates
Fix go version in tests @osterman (#259)
## what
- Update go `1.24`
why
- Error loading shared library libresolv.so.2 in Go 1.20
References
Replace Makefile with atmos.yaml @osterman (#258)
## what
- Remove `Makefile`
- Add `atmos.yaml`
why
- Replace
build-harness
with atmos
for readme genration
References
- DEV-3229 Migrate from build-harness to atmos