From 43b13a5f743a38c9766f724d8f025ed488b753af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 00:33:41 +0000 Subject: [PATCH] terragrunt: Update to version 0.54.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index c3a05c2baa..20794f79cb 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.54.4", + "version": "0.54.5", "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.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "37ef49d79c6ce3554f3c72d2991eb61e271436837b7614f4d623b7af1e6f8a5b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "66dedbcfaa9e7036c688beef5b8b5eedffb2d1a7f4301d65036d8f997e277b85" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "86f17caf81ebb29ba7c43ecf50c128e23ddde252f085ea767f0cc1e28bbd48ef" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "355661507117cd5d691dbdd3403f685cfc71af658f30b9985ac2cd419efdb469" } }, "bin": "terragrunt.exe",