From 16618b9773a3d6e1587226e2d789f8b04b16b36a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 15:05:08 +0000 Subject: [PATCH] chore(deps): update dependency gruntwork-io/terragrunt to v0.51.7 --- terraform/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/terragrunt.hcl b/terraform/terragrunt.hcl index fc7d6ad3..e728f0fa 100644 --- a/terraform/terragrunt.hcl +++ b/terraform/terragrunt.hcl @@ -1,5 +1,5 @@ terraform_version_constraint = "v1.5.3" -terragrunt_version_constraint = "v0.51.6" +terragrunt_version_constraint = "v0.51.7" locals { account_vars = read_terragrunt_config(find_in_parent_folders("account.hcl"))