Releases: antonbabenko/pre-commit-terraform
Releases · antonbabenko/pre-commit-terraform
v1.87.0
1.87.0 (2024-02-17)
Features
- Add parallelism to major chunk of hooks. Check
Parallelism
section in README (#620) (6c6eca4)
v1.86.1
1.86.1 (2024-02-16)
Bug Fixes
grep: warning: stray \ before /
which pop-up in grep 3.8
(#625) (e1a93b2)
v1.86.0
1.86.0 (2023-12-21)
Features
terraform_docs
: Add terraform-docs
default markers support and describe how to migrate to them (#609) (4a0e1fe)
v1.85.0
1.85.0 (2023-12-15)
Features
- trivy: Add
terraform_trivy
hook and deprecate terraform_tfsec
(#606) (f3c819a)
v1.84.0
1.84.0 (2023-12-12)
Features
- deps: Bump Python version in docker image from 3.11.5 to v3.12.0 (#597) (28e3cde)
v1.83.6
1.83.6 (2023-11-16)
Bug Fixes
terraform_validate
: Run terraform init
on "Missing required provider" error (#586) (6e2bb2e)
v1.83.5
1.83.5 (2023-10-11)
Bug Fixes
- Suppress duplicate error messages in
terraform_validate
(#577) (4ea6b14)
v1.83.4
1.83.4 (2023-09-22)
Bug Fixes
- Fix terraform_wrapper_module_for_each for when resource name contains 'variable' (#573) (941177e)
v1.83.3
1.83.3 (2023-09-15)
Bug Fixes
- Run
terraform_tfsec
only on terraform code changes (#571) (4253162)
v1.83.2
1.83.2 (2023-09-04)
Bug Fixes
- Extend
terraform_validate
--retry-once-with-cleanup
errors list (#566) (19188e5)