From 2eb3b45dc2d4f86a63bfa76ad0703216df1759f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Grodotzki?= Date: Wed, 6 Nov 2024 21:55:24 +0100 Subject: [PATCH] test --- .pre-commit-config.yaml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7cb9ffc..2105d46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/antonbabenko/pre-commit-terraform.git - rev: v1.96.2 + rev: v1.81.2 hooks: - id: terraform_fmt - id: terraform_validate diff --git a/README.md b/README.md index f68885f..c0cf6a6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ module "service" { } ``` - + ## Requirements | Name | Version | @@ -103,7 +103,7 @@ module "service" { |------|-------------| | [docker\_image\_id](#output\_docker\_image\_id) | The ID of the image. | | [docker\_image\_name](#output\_docker\_image\_name) | The name of the Docker image. | - + ## Contribute