From 2bc290be2883eebe809833120f7f9973e92d9e97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 00:32:39 +0000 Subject: [PATCH] terragrunt: Update to version 0.53.6 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index f04c98cfb8..2cc115c2ad 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.53.5", + "version": "0.53.6", "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.5/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "f78d16d5cc37ee7413ffa2947200335ba8d89742847692c877d7853c4cc05980" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.53.6/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "923b7e66740808ea2e8158f783564fcea0135521f3182d834d346fffa73a81ca" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.53.5/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "9102bf84b5f83bee039a3354d3f0276c7d1c00fd2f4eaa60d8d1a47d46591274" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.53.6/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "4630a34d394a972218b9383c115e07adec71edd2f86d533ec14b3f08e6308fca" } }, "bin": "terragrunt.exe",