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