aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2023-06-19 21:33:35 +0300
committerGitHub <noreply@github.com>2023-06-19 21:33:35 +0300
commit2fb386db11231e054012c85b0e1b3c2e879aef34 (patch)
tree69edef7284d859167c028e4c320c82d05e437d8e
parent931262d20cb505880f44d8572e45cfbb393ae2fb (diff)
Automated documentation update (#585)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
-rw-r--r--src/terraform/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terraform/README.md b/src/terraform/README.md
index e930587..6236e43 100644
--- a/src/terraform/README.md
+++ b/src/terraform/README.md
@@ -16,7 +16,7 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Terraform version | string | latest |
-| tflint | Tflint version | string | latest |
+| tflint | Tflint version (Default value temporarily pinned to version 0.46.1: https://github.com/devcontainers/features/issues/581) | string | 0.46.1 |
| 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 |