From 5ba1f9f5c5a4982fdca667c20d315f11469a6fc4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 20:25:03 +0000 Subject: [PATCH] terragrunt: Update to version 0.57.8 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 912333e24b..d5b71cedf3 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.57.6", + "version": "0.57.8", "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.57.6/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "5799d00a19a94d5771f757195ab815daf40bdf8d73402ec08639cd6041729896" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.8/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "53c6560ea9bd13b943f78d4ef684a02bc4d61434cd37bbe808ec47b174652884" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.6/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "7e9cdf21931a0e0114397db8bc03a6da539254a539b87420246ff248fb17dd28" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.8/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "702d15cf7667987a05d8337747fb9c44aad01cdcc248788533b8cd2c1a9a8681" } }, "bin": "terragrunt.exe",