Releases: antonbabenko/pre-commit-terraform
Releases · antonbabenko/pre-commit-terraform
v1.81.0
1.81.0 (2023-06-12)
Features
- Speedup
terraform_validate
- firstly try run validate without checking is .terraform/
is valid (#524) (d0d08ac)
v1.80.0
1.80.0 (2023-05-30)
Features
terraform_providers_lock
: Add --mode
option and deprecate previous workflow (#528) (2426b52)
v1.79.1
1.79.1 (2023-05-09)
Bug Fixes
- Fix
terraform_providers_lock
hook broken in v1.79.0 (#521) (6bfc5bf)
v1.79.0
1.79.0 (2023-05-08)
Features
- TFLint: Add
--hook-config=--delegate-chdir
to use tflint -chdir
(#512) (1e9debc)
v1.78.0
1.78.0 (2023-04-28)
Features
- ci: Build multi-arch Docker images (
amd64
, arm64
) (#496) (923c2c6)
v1.77.4
1.77.4 (2023-04-28)
Bug Fixes
- Speed up x2 TFLint hook execution in dirs with violations (#514) (49974ab)
v1.77.3
1.77.3 (2023-04-21)
Bug Fixes
- Updates all dependencies used in Dockerfile and fix Docker image (#507) (dc177fe)
v1.77.2
1.77.2 (2023-04-09)
Bug Fixes
- Fixed spacing in
terraform_wrapper_module_for_each
hook (#503) (ddc0d81)
v1.77.1
1.77.1 (2023-02-03)
Bug Fixes
- Pass command line arguments to tflint init (#487) (29a8c00)
v1.77.0
1.77.0 (2022-11-26)
Features
- Add
--retry-once-with-cleanup
to terraform_validate
(#441) (96fe3ef)