You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/terraform/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
16
16
| Options Id | Description | Type | Default Value |
17
17
|-----|-----|-----|-----|
18
18
| version | Terraform version | string | latest |
19
-
| tflint | Tflint version | string |latest|
19
+
| tflint | Tflint version (Default value temporarily pinned to version 0.46.1: https://github.com/devcontainers/features/issues/581)| string |0.46.1|
20
20
| terragrunt | Terragrunt version | string | latest |
21
21
| 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 |
22
22
| installTFsec | Install tfsec, a tool to spot potential misconfigurations for your terraform code | boolean | false |
0 commit comments