From ab1e4557c69f269de453dee04a8a095fd8b9412b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:24:26 +0000 Subject: [PATCH] terragrunt: Update to version 0.54.0 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index c43f260707..a3345a9492 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.53.8", + "version": "0.54.0", "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.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "1b5d21b011ba0ebcd7dbfc7116dfbeceb6449c5bb8fb9e9c6e45b2e2dd21183b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "ef3fd47d269c5297e7d4c0b9342caef62947c1939672a30c9acfe09599d846ec" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.53.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "efd31a78f80912b6760c1243283c808c0d1b7659e14594671a6765bc95226da8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "1cf48981ccafc7e04a745d24614582523192b5a225397ee666d1465e160d7e9e" } }, "bin": "terragrunt.exe",