v2.1.5
·
14 commits
to refs/heads/main
since this release
fix: Existing linting issues @adamantike (#290)
## whatlookup
call with two arguments is deprecated since Terraform v0.7 [1].- Full splat operator is available since Terraform v0.12 [2].
[1] https://developer.hashicorp.com/terraform/language/functions/lookup
[2] https://www.hashicorp.com/blog/terraform-0-12-generalized-splat-operator
🤖 Automatic Updates
Migrate new test account @osterman (#288)
## what - Update `.github/settings.yml` - Update `.github/chatops.yml` fileswhy
- Re-apply
.github/settings.yml
from org level to getterratest
environment - Migrate to new
test
account
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