diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-12-13 21:59:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 21:59:48 +0300 |
commit | baf47e22b0c3dc5b418ac57aae2e750d14bbc9a3 (patch) | |
tree | 0b508ae85268916de01deb399af6d83e433b58f8 | |
parent | 84f3e62d1c5ea8a62152606e7aec81ef711eae0a (diff) |
Automated documentation update (#332)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r-- | src/terraform/README.md | 2 |
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 | |