aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-15 23:01:23 +0300
committerGitHub <noreply@github.com>2023-02-15 23:01:23 +0300
commit8d3685e09f18dd8b0a6bce50abe3e868dac27a69 (patch)
tree9b4e57a5999425a9776a2330e0c573279a35c08e
parent900cbfc1f98ca13f99055cf3197e688e21bb0022 (diff)
Automated documentation update (#455)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r--src/terraform/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/terraform/README.md b/src/terraform/README.md
index ee87d06..9c474ab 100644
--- a/src/terraform/README.md
+++ b/src/terraform/README.md
@@ -18,6 +18,7 @@ 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 |
+| installSentinel | Install sentinel, a language and framework for policy built to be embedded in existing software to enable fine-grained, logic-based policy decisions | boolean | false |
| 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 |