From d934503a050ba84e6b42a006aacd891c4088eb62 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Wed, 21 Jun 2023 11:13:46 -0700 Subject: Terraform: Add cosign integrity check for TFLint (#586) * add cosign integrity check for tflint * fallback to gpg verification --- src/terraform/devcontainer-feature.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/terraform/devcontainer-feature.json') 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", -- cgit v1.2.3