v1.20.0
cloudpossebot
released this
19 May 17:43
·
30 commits
to refs/heads/master
since this release
Add precommit/terraform make target @Nuru (#348)
what
- Add
precommit/terraform
make
target - Update old
pr/auto-format
make
target tomake
newterraform/precommit
target - Fix
terraform/precommit
target to only run once (not twice) - Add
tflint
tobuild-harness-slim
- Move
.tflint.hcl
from/
to/root
(a.k.a.$HOME
) - Update
go
to 1.20.4 - Update Alpine to 3.17
why
- PR #342 claimed to add
precommit/terraform
target but did not - Enable people and workflows to run formatting,
tflint
, and other processes locally before opening a PR - Allow both full and slim Docker images to run
precommit/terraform
- Move
.tflint.hcl
to wheretflint
expect it to be, in order to supporttflint --enable-plugin=aws
- Keep frameworks up-to-date