Skip to content

Releases: antonbabenko/pre-commit-terraform

v1.92.2

16 Aug 17:42
Compare
Choose a tag to compare

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

01 Aug 17:18
Compare
Choose a tag to compare

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

19 Jun 13:23
Compare
Choose a tag to compare

1.92.0 (2024-06-19)

Features

  • Add terragrunt_validate_inputs hook to check unused and undefined inputs (#677) (a139b71)

v1.91.0

07 Jun 18:05
Compare
Choose a tag to compare

1.91.0 (2024-06-07)

Features

v1.90.0

23 May 03:07
Compare
Choose a tag to compare

1.90.0 (2024-05-23)

Features

  • Support set custom TF/OpenTofu binary. | If you use a custom Docker image build, please note that TERRAFORM_VERSION now must be provided (#670) (c7011c0)

v1.89.1

25 Apr 15:03
Compare
Choose a tag to compare

1.89.1 (2024-04-25)

Bug Fixes

  • docker: Prevent all possible "silent errors" during docker build (#644) (0340c8d)

v1.89.0

15 Apr 18:35
Compare
Choose a tag to compare

1.89.0 (2024-04-15)

Features

  • Hook terraform_wrapper_module_for_each should use versions.tf from the module if it exists (#657) (b127601)

v1.88.4

25 Mar 20:26
Compare
Choose a tag to compare

1.88.4 (2024-03-25)

Bug Fixes

  • Improve README and drop quotes from hook env vars (#651) (daec682)

v1.88.3

22 Mar 13:35
Compare
Choose a tag to compare

1.88.3 (2024-03-22)

Bug Fixes

  • terraform_providers_lock: Require terraform init (and terraform_validate hook) run when only lockfile changed (#649) (02c1935)

v1.88.2

13 Mar 20:48
Compare
Choose a tag to compare

1.88.2 (2024-03-13)

Bug Fixes

  • non-linux: Bash environment variables in arguments not expanded + Add trace log level (#645) (a2a2990)