aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/terraform/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/terraform/README.md b/src/terraform/README.md
index 8b7a25d..5d6b47f 100644
--- a/src/terraform/README.md
+++ b/src/terraform/README.md
@@ -18,6 +18,8 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
| version | Terraform version | string | latest |
| tflint | Tflint version | string | latest |
| terragrunt | Terragrunt version | string | latest |
+| installTFsec | Install tfsec, a tool to spot potential misconfigurations for your terraform code | boolean | false |
+| installTerraformDocs | Install terraform-docs, a utility to generate documentation from Terraform modules | boolean | false |