From c0e3cc22f53f41896be4c391eacdb5f2ca05fccc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 23:16:23 +0000 Subject: [PATCH] chore(deps): update dependency gruntwork-io/terragrunt to v0.48.6 --- terraform/terragrunt.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/terragrunt.hcl b/terraform/terragrunt.hcl index 09d679340..5d901b345 100644 --- a/terraform/terragrunt.hcl +++ b/terraform/terragrunt.hcl @@ -1,5 +1,5 @@ terraform_version_constraint = "v1.5.3" -terragrunt_version_constraint = "v0.48.4" +terragrunt_version_constraint = "v0.48.6" locals { account_vars = read_terragrunt_config(find_in_parent_folders("account.hcl"))