From 058a0ccc509a5c6bea2566a788966691dac3d524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 04:44:38 +0000 Subject: [PATCH] Bump ghcr.io/devcontainers/features/terraform from 1.3.10 to 1.4.0 Bumps ghcr.io/devcontainers/features/terraform from 1.3.10 to 1.4.0. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/terraform dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index dbfe33d..2849c79 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -26,7 +26,7 @@ // Adds and configures Terraform with specific version, TFLint, and Terragrunt. "ghcr.io/prulloac/devcontainer-features/pre-commit:1.0.3": {}, // Adds and configures Terraform with specific version, TFLint, and Terragrunt. - "ghcr.io/devcontainers/features/terraform:1.3.10": { + "ghcr.io/devcontainers/features/terraform:1.4.0": { "version": "latest", // Specifies the version of Terraform to install. "tflint": "latest", // Specifies the version of TFLint to install. "terragrunt": "latest", // Specifies the version of Terragrunt to install.