From 7ca9e0e4c2c9132e2a587237ddc1207d113c8f71 Mon Sep 17 00:00:00 2001 From: Stefan Freitag Date: Mon, 23 Oct 2023 19:19:19 +0200 Subject: [PATCH] chore: updated devcontainer configuration Updated the devcontainer.json file to use a newer version of the Terraform feature (1.6.2) and TFLint (0.48.0). Also enabled the installation of TFSec and Terraform Docs. --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 51d3a88..93df829 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,8 +12,8 @@ "version": "latest" }, "ghcr.io/devcontainers/features/terraform:1": { - "version": "1.5.0", - "tflint": "0.47.0", + "version": "1.6.2", + "tflint": "0.48.0", "installTFsec": "true", "installTerraformDocs": "true" },