From 5b08bbc3df8beb72a8d7a24693dd574ea2019637 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 19:13:10 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-release):=20update=20gruntwork-io/te?= =?UTF-8?q?rragrunt=20(=20v0.68.7=20=E2=86=92=20v0.68.8=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 2 +- terraform/terragrunt.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e5a5af4c..e4d6c9e6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,7 @@ // datasource=github-tags depName=hashicorp/terraform "version": "1.9.8", // datasource=github-tags depName=gruntwork-io/terragrunt - "terragrunt": "0.68.7" + "terragrunt": "0.68.8" }, "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": { "version": "latest" diff --git a/terraform/terragrunt.hcl b/terraform/terragrunt.hcl index 515cb2ab..e71f24eb 100644 --- a/terraform/terragrunt.hcl +++ b/terraform/terragrunt.hcl @@ -1,5 +1,5 @@ terraform_version_constraint = "v1.9.8" -terragrunt_version_constraint = "v0.68.7" +terragrunt_version_constraint = "v0.68.8" locals { account_vars = read_terragrunt_config(find_in_parent_folders("account.hcl"))