From e5caa3a8627578a707be3fe99df1d037fbc5cc47 Mon Sep 17 00:00:00 2001 From: Maksym Vlasov Date: Mon, 7 Nov 2022 15:38:07 +0200 Subject: [PATCH] chore: Add more obvious dependencies into README (#447) Co-authored-by: George L. Yermulnik --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82c04da..f09c774 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,17 @@ If you are using `pre-commit-terraform` already or want to support its developme -* [`pre-commit`](https://pre-commit.com/#install) +* [`pre-commit`](https://pre-commit.com/#install), + [`terraform`](https://www.terraform.io/downloads.html), + [`git`](https://git-scm.com/downloads), + POSIX compatible shell, + Internet connection (on first run), + x86_64 compatible operation system, + Some hardware where this OS will run, + Electricity for hardware and internet connection, + Some basic physical laws, + Hope that it all will work. +

* [`checkov`](https://github.com/bridgecrewio/checkov) required for `checkov` hook. * [`terraform-docs`](https://github.com/terraform-docs/terraform-docs) required for `terraform_docs` hook. * [`terragrunt`](https://terragrunt.gruntwork.io/docs/getting-started/install/) required for `terragrunt_validate` hook.