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