From 2eac5d2ef4af6c13904904c034fe9459737ac2f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 05:08:03 +0000 Subject: [PATCH] terragrunt: Update to version 0.57.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 02a7ea889b..4f3bc99659 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.57.1", + "version": "0.57.2", "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.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "2e3019e818b7be8240efc173e098958ac42877abf7f2d5ec50e570a9e4e38b3e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "32e37a156b46066ef0e47b7d9aae0dfa53550074fc08e6291d78507060f94b50" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "d63babc3ea0db358c7b3ec5eac525c4bae7093813533f5c38cb5fd7635301376" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "72f6d54f028ab6901017f748cbcb614ae3162abc1400732ab1b2a208554cd1d8" } }, "bin": "terragrunt.exe",