diff options
author | Josh Spicer <joshspicer@github.com> | 2023-06-21 21:13:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 21:13:46 +0300 |
commit | d934503a050ba84e6b42a006aacd891c4088eb62 (patch) | |
tree | 44be975bd7ce4832c81ac93bc7ad4f15fc200b36 /src/terraform/devcontainer-feature.json | |
parent | 2258fcb040d74de01dbfc9df7d8800d90a13d56c (diff) |
Terraform: Add cosign integrity check for TFLint (#586)feature_terraform_1.3.2
* add cosign integrity check for tflint
* fallback to gpg verification
Diffstat (limited to 'src/terraform/devcontainer-feature.json')
-rw-r--r-- | src/terraform/devcontainer-feature.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/terraform/devcontainer-feature.json b/src/terraform/devcontainer-feature.json index 5238583..00f6ba4 100644 --- a/src/terraform/devcontainer-feature.json +++ b/src/terraform/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "terraform", - "version": "1.3.1", + "version": "1.3.2", "name": "Terraform, tflint, and TFGrunt", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/terraform", "description": "Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.", @@ -24,8 +24,8 @@ "0.47.0", "0.46.1" ], - "default": "0.46.1", - "description": "Tflint version (Default value temporarily pinned to version 0.46.1: https://github.com/devcontainers/features/issues/581)" + "default": "latest", + "description": "Tflint version (https://github.com/terraform-linters/tflint/releases)" }, "terragrunt": { "type": "string", |