From e529a5c00a87cd672989040e43029096137305a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 20:25:36 +0000 Subject: [PATCH] terragrunt: Update to version 0.58.13 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index c157832cc9..ed7e7224e5 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.58.12", + "version": "0.58.13", "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.58.12/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "e63cad03ef35c1761ff17db6010bda4f3caa46dd179e017e17d512c5f0f16c7f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.13/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "f64842a1dd8ee1798b3a64e54e434bdcfba64761a5aae524f7006ec03c40524e" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.12/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "ed11600ed8c84266f4ee59a2c7334d548ed91da1111343c22873ede8851b9bc5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.13/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "fbf5d442e372875d8c27d66901441e21656e0ab556fa909cb6912f3bdc68d28b" } }, "bin": "terragrunt.exe",