From bcf67ef7a5f7f1939b48c8ec977c6e642e39d6c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:30:56 +0000 Subject: [PATCH] terragrunt: Update to version 0.57.6 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 0e4a9b10fa..912333e24b 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.57.5", + "version": "0.57.6", "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.5/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "6d42b5c672732d1f5d8989e9143bb5868af0cf04ba3a4e4c361c4a48f5415c33" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.6/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "5799d00a19a94d5771f757195ab815daf40bdf8d73402ec08639cd6041729896" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.5/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "76e0a9bc34e5706c1e90a30737a34803d9bc2d66f3c8ddfb7f23368a32c19109" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.6/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "7e9cdf21931a0e0114397db8bc03a6da539254a539b87420246ff248fb17dd28" } }, "bin": "terragrunt.exe",