From 4234acfdaf2a431b2e4a98a2390723c4597b0940 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 19 Jun 2023 18:24:47 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/terraform/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |