From 6ac585c49c4cd6efb5b65a09344f03cea0a56e95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:23:36 +0000 Subject: [PATCH] terragrunt: Update to version 0.54.7 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 20794f79cb..d1774ebb5c 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.54.5", + "version": "0.54.7", "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.54.5/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "66dedbcfaa9e7036c688beef5b8b5eedffb2d1a7f4301d65036d8f997e277b85" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.7/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "7f24d0c73f491a17bf17a2dbf822e14ef99549c3b1ab642d945fd205e21f2bdf" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.5/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "355661507117cd5d691dbdd3403f685cfc71af658f30b9985ac2cd419efdb469" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.7/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "1a8ea10f962c3d7e28d0a9075e601b70908163f6f10dd3a90e73115df8c5069a" } }, "bin": "terragrunt.exe",