v1.8.0
·
10 commits
to refs/heads/main
since this release
🚀 Enhancements
Add architectures variable @TehesFR (#97)
## what- Add the ability to set the instruction set architecture for the lambda function. Default is set to
nullto not break anything.
why
- Starting with this release of the
aws-dd-forwarderlambda function, the architecture of the lambda has to bearm64but this module doesn't allow it currently. If the lambda is created inx86_64architecture, the execution fails.
references
🤖 Automatic Updates
Migrate new test account @osterman (#95)
## what - Update `.github/settings.yml` - Update `.github/chatops.yml` fileswhy
- Re-apply
.github/settings.ymlfrom org level to getterratestenvironment - Migrate to new
testaccount
References
- DEV-388 Automate clean up of test account in new organization
- DEV-387 Update terratest to work on a shared workflow instead of a dispatch action
- DEV-386 Update terratest to use new testing account with GitHub OIDC