diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index fac9846..9bff724 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
- id: check-symlinks
- repo: https://github.com/antonbabenko/pre-commit-terraform
- rev: v1.91.0
+ rev: v1.92.0
hooks:
- id: terraform_fmt
@@ -29,7 +29,7 @@ repos:
- id: terraform_docs
- repo: https://github.com/bridgecrewio/checkov.git
- rev: 3.2.129
+ rev: 3.2.186
hooks:
- id: checkov
verbose: true
diff --git a/README.md b/README.md
index ef6bee6..07a0a72 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ See the documentation for setting up a local development environment [here](http
### 🛠️ Tools
+- [checkov](https://github.com/bridgecrewio/checkov)
- [infracost](https://github.com/infracost/infracost)
- [pre-commit](https://github.com/pre-commit/pre-commit)
- [pre-commit-terraform](https://github.com/antonbabenko/pre-commit-terraform)
@@ -63,7 +64,7 @@ terraform test
## 📓 Terraform Documentation
-A child module automatically inherits its parent's default (un-aliased) provider configurations. The provider versions below are informational only and do **not** need to align with the provider configurations from their parent.
+> A child module automatically inherits default (un-aliased) provider configurations from its parent. The provider versions below are informational only and do **not** need to align with the provider configurations from its parent.
### Requirements
@@ -74,7 +75,7 @@ No requirements.
| Name | Version |
|------|---------|
-| [google](#provider\_google) | 5.32.0 |
+| [google](#provider\_google) | 5.38.0 |
### Modules