From 6f3d72436fd14112e61b94f8baab60113b083e5c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 00:32:37 +0000 Subject: [PATCH] terragrunt: Update to version 0.52.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 7885f42f20..6a2d97d874 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.52.4", + "version": "0.52.5", "description": "Thin wrapper for Terraform that provides extra tools for keeping Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.", "homepage": "https://github.com/gruntwork-io/terragrunt", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.52.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "5cd2967442502678e85495aa38a6c510fbfb272236abee1e256da4cd140d2d25" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.52.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "27b8d079948e694e2244de292722526f52fa6b82f7483ebff6102364dcc037c3" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.52.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "7cdf419f001ce8cb12f986ae1b855d796babc906c3d4eb4656f61b3b4194c056" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.52.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "a2d7950a05590c4e925dfee3a554c2b4ae0ec8186d8ae747727834f9d53cab66" } }, "bin": "terragrunt.exe",