From f91e6e927410ff1aa0b21163a8062898c6481ec8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:24:42 +0000 Subject: [PATCH] terragrunt: Update to version 0.54.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 2716def458..c3a05c2baa 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.54.3", + "version": "0.54.4", "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.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "1d26b8e0868adf4083ee964d9e8a71c792204ae693777451a39366af588107e5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "37ef49d79c6ce3554f3c72d2991eb61e271436837b7614f4d623b7af1e6f8a5b" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "99d5c05d3979337c59d89ec7ae78269d9bbe01ba644a96a398e4828db7941b5f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "86f17caf81ebb29ba7c43ecf50c128e23ddde252f085ea767f0cc1e28bbd48ef" } }, "bin": "terragrunt.exe",