From 8f05146f3ba2d24bfc1cc16cf06e8aba35ffe6f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:24:54 +0000 Subject: [PATCH] terragrunt: Update to version 0.57.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e6bf36cca2..0e4a9b10fa 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.57.4", + "version": "0.57.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.57.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "ca129ff15db1da64bd1524d46da6e1259f79c2dabb0faf9a726abc39564cc154" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "6d42b5c672732d1f5d8989e9143bb5868af0cf04ba3a4e4c361c4a48f5415c33" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "cad18bb2584c77c2e42d72049871ca536787f1f9a0edd6c87eb0f605424fb6e7" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.57.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "76e0a9bc34e5706c1e90a30737a34803d9bc2d66f3c8ddfb7f23368a32c19109" } }, "bin": "terragrunt.exe",