From 09dbff32e6f6d2e1b8207d11c06f3ce7a024d936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 06:45:35 +0000 Subject: [PATCH] Bump ghcr.io/devcontainers/features/terraform from 1.4.0 to 1.4.1 Bumps ghcr.io/devcontainers/features/terraform from 1.4.0 to 1.4.1. --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/terraform dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 2849c79..9fbc716 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.4.0": { + "ghcr.io/devcontainers/features/terraform:1.4.1": { "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.