We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f3e62 commit baf47e2Copy full SHA for baf47e2
src/terraform/README.md
@@ -18,6 +18,8 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
18
| version | Terraform version | string | latest |
19
| tflint | Tflint version | string | latest |
20
| terragrunt | Terragrunt version | string | latest |
21
+| installTFsec | Install tfsec, a tool to spot potential misconfigurations for your terraform code | boolean | false |
22
+| installTerraformDocs | Install terraform-docs, a utility to generate documentation from Terraform modules | boolean | false |
23
24
25
0 commit comments