From d464ad1f4968e8dc2026ad62617cbcc9e17fa891 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 07:20:25 +0000 Subject: [PATCH] chore(deps): update dependency gruntwork-io/terragrunt to v0.50.10 --- terraform/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/terragrunt.hcl b/terraform/terragrunt.hcl index a570345f..11262ae3 100644 --- a/terraform/terragrunt.hcl +++ b/terraform/terragrunt.hcl @@ -1,5 +1,5 @@ terraform_version_constraint = "v1.5.3" -terragrunt_version_constraint = "v0.50.9" +terragrunt_version_constraint = "v0.50.10" locals { account_vars = read_terragrunt_config(find_in_parent_folders("account.hcl"))