Releases: antonbabenko/pre-commit-terraform
Releases · antonbabenko/pre-commit-terraform
v1.94.2
1.94.2 (2024-09-09)
Bug Fixes
- Support custom TF paths which contains spaces (#714) (2bca410)
- Fix regression from v1.90.0 so hook start failing once again if terraform/tofu binary not found
v1.94.1
1.94.1 (2024-08-30)
Bug Fixes
terraform_docs
: Fix non-GNU sed issues, introduced in v1.93.0, as previous fix doesn't work correctly (#708) (c986c5e)
v1.94.0
1.94.0 (2024-08-29)
Features
terraform-docs
: Add support for replace
mode for TF 0.12+; Use native saving to file for TF 0.12+. Both requires terraform-docs
v0.12.0+ which released in 2021. (#705) (1a1b4a3)
v1.93.1
1.93.1 (2024-08-29)
Bug Fixes
terraform_docs
: Fix non-GNU sed
issues, introduced in v1.93.0 (#704) (3c8734d)
v1.93.0
1.93.0 (2024-08-28)
Features
terraform_docs
: Start seamless migration to terraform-docs
markers (#701) (d03f44f)
v1.92.3
1.92.3 (2024-08-27)
Bug Fixes
terraform_docs
: Suppress redundant warnings pop-ups introduced in v1.92.2 (#700) (59b2454)
v1.92.2
1.92.2 (2024-08-16)
Bug Fixes
terraform_docs
: Fix issue and prioritize output.file
setting from .terraform-docs.yml
config over --hook-config=--path-to-file=
(#698) (9d6a22b)
v1.92.1
1.92.1 (2024-08-01)
Bug Fixes
terraform_docs
: Suppress "terraform command not found" error message in case binary does not exist (#693) (6ff3572)
v1.92.0
1.92.0 (2024-06-19)
Features
- Add
terragrunt_validate_inputs
hook to check unused and undefined inputs (#677) (a139b71)