From 398aab81cd57f67c83f8d8ba59cdc506ecec8f4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 23:10:25 +0000 Subject: [PATCH] chore(deps): update dependency gruntwork-io/terragrunt to v0.53.6 --- terraform/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/terragrunt.hcl b/terraform/terragrunt.hcl index ea741e9c..4a06ff4e 100644 --- a/terraform/terragrunt.hcl +++ b/terraform/terragrunt.hcl @@ -1,5 +1,5 @@ terraform_version_constraint = "v1.6.4" -terragrunt_version_constraint = "v0.53.5" +terragrunt_version_constraint = "v0.53.6" locals { account_vars = read_terragrunt_config(find_in_parent_folders("account.hcl"))