From aa17dcd839bbf4d2c42179d7d24ab33815ad585a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 20:23:29 +0000 Subject: [PATCH] terragrunt: Update to version 0.53.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index c2477369fa..7a890b171d 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.53.1", + "version": "0.53.2", "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.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "2bd9dc2a419783c77e1ed0fe183f341fc5dc700b78fcf443c9d73e67f2ca6300" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.53.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "e9bb7239b09531b292fdd2065bcd962f5e5f3b4e3f361d8caaed0f68cfc65aee" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.53.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "0ac43f6c9d41c0285d35a523139dd8b42d1c840dbeb9c7b3c7a6914024a60498" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.53.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "b7305140ea12a51259564dc17b5921fd3683e3138f438adc3eb845b3cca2194a" } }, "bin": "terragrunt.exe",