diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-06-24 02:16:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-24 02:16:30 +0300 |
commit | de40074875b7add6b1a0d2ed3496ad05699a02c2 (patch) | |
tree | d187787d7b16b5968577b08fbd00cda1aee4da32 | |
parent | d934503a050ba84e6b42a006aacd891c4088eb62 (diff) |
Automated documentation update (#587)
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, 1 insertions, 1 deletions
diff --git a/src/terraform/README.md b/src/terraform/README.md index 6236e43..2201c8d 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 (Default value temporarily pinned to version 0.46.1: https://github.com/devcontainers/features/issues/581) | string | 0.46.1 | +| tflint | Tflint version (https://github.com/terraform-linters/tflint/releases) | 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 | |