Skip to content

Releases: antonbabenko/pre-commit-terraform

v1.105.0

06 Jan 12:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.105.0 (2026-01-06)

Features

  • terraform_providers_lock: Fix logical issue in hook modes: Add check-lockfile-is-cross-platform and regenerate-lockfile-if-some-platform-missed modes. Last one is same as only-check-is-current-lockfile-cross-platform, which now is deprecated. Check README for more details (#950) (95a52e3)

v1.104.1

04 Jan 14:39
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.104.1 (2026-01-04)

Bug Fixes

  • terraform_wrapper_module_for_each: Generate right usage example for S3 (#952) (3117fe2)

v1.104.0

20 Nov 14:41
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.104.0 (2025-11-20)

Features

  • docker: Allow authenticated calls to GitHub API during docker build (#947) (6deaf20)

v1.103.0

17 Oct 13:32
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.103.0 (2025-10-17)

Features

  • Add support of __GIT_WORKING_DIR__ placeholder for all hooks (#945) (9830420), closes #944

v1.102.0

14 Oct 14:16
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.102.0 (2025-10-14)

Features

  • terrascan: Add support for __GIT_WORKING_DIR__ in hooks arguments (#943) (c4ef91e)

v1.101.1

09 Oct 11:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.101.1 (2025-10-09)

Bug Fixes

  • terragrunt_providers_lock, terragrunt_validate: Properly handle arguments passed from terragrunt to TF (#939) (bae0525)

v1.101.0

30 Sep 11:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.101.0 (2025-09-30)

Features

  • terraform_fmt: Add support for .tofutest.hcl and .tfquery.hcl files (#935) (ba7cf0e)

v1.100.1

27 Sep 22:23
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

1.100.1 (2025-09-27)

Bug Fixes

  • terragrunt_providers_lock, terragrunt_validate: Properly handle arguments passed from terragrunt to TF (#933) (ea46354)

v1.100.0

08 Aug 11:19

Choose a tag to compare

1.100.0 (2025-08-08)

Features

  • terraform_fmt: Add support for .tftest.hcl and .tfmock.hcl formatting (#911) (7433e13)

v1.99.5

08 Jul 18:45

Choose a tag to compare

1.99.5 (2025-07-08)

Bug Fixes

  • Regression from (at least) v1.99.0 which incorrectly handle pre-commit run -a, that causes multiply hooks runs. terraform_trivy from its introduction could always be Passed for pre-commit run -a (#909) (a5bd84e), closes #908 /github.com/pre-commit-terraform/#908