From 497c914a4be35ef51fda9131d4fe0865b3175fe3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 00:33:07 +0000 Subject: [PATCH] terragrunt: Update to version 0.53.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 4d8e172894..ed68c35d42 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.53.3", + "version": "0.53.4", "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.53.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "1d95487a28e68773dd699602d2b1cfd30f19209ef0dd0b24530ec39e2685c99b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.53.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "3d64584124eb1c7e078bbcbca0cae71f7e42412a227b750dfeaa207bd9607cc7" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.53.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "28e5a281445f666813b0a416b8cb8930cfeb5fc46be5191cb144b6e415ca73e8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.53.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "56d96dd754cf207b07400ff91478491f8a4aabb8e9361df49945222268e1bafc" } }, "bin": "terragrunt.exe",