From 93a437b17fa97bc8a94956ac45314fa3673486ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:10:48 +0000 Subject: [PATCH] deps(deps): bump https://github.com/antonbabenko/pre-commit-terraform Bumps [https://github.com/antonbabenko/pre-commit-terraform](https://github.com/antonbabenko/pre-commit-terraform) from v1.105.0 to 1.108.0. This release includes the previously tagged commit. - [Release notes](https://github.com/antonbabenko/pre-commit-terraform/releases) - [Changelog](https://github.com/antonbabenko/pre-commit-terraform/blob/master/CHANGELOG.md) - [Commits](https://github.com/antonbabenko/pre-commit-terraform/compare/d61ded22bf9aa0f757303ebcbb0d6d71c4b54015...05fd71a57a467ccf5598f7e836d3af4cf9225abb) --- updated-dependencies: - dependency-name: https://github.com/antonbabenko/pre-commit-terraform dependency-version: 1.108.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5058b21..e905f1e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,7 +81,7 @@ repos: # Terraform - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: d61ded22bf9aa0f757303ebcbb0d6d71c4b54015 # pre-commit-terraform v1.105.0; source https://github.com/antonbabenko/pre-commit-terraform/releases/tag/v1.105.0 + rev: 05fd71a57a467ccf5598f7e836d3af4cf9225abb # pre-commit-terraform v1.105.0; source https://github.com/antonbabenko/pre-commit-terraform/releases/tag/v1.105.0 hooks: - id: terraform_fmt # Enforce canonical Terraform formatting. - id: terraform_docs # Keep Terraform module documentation aligned with code.