From 9fbde7710587233a05553b7fd99f95f06394e7a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 20:24:45 +0000 Subject: [PATCH] terragrunt: Update to version 0.58.7 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 9baa1871e4..cf7b06ca47 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.58.6", + "version": "0.58.7", "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.6/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "24efb3fddafc897362d13cb054c138f2fd7948d6fd21008fdb314b66ca21399b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.7/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "4bef0c09ab4a88cf405c4ac5efff0e6857ac6b35591726eb78556788b33c3947" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.6/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "5960567d8b976fbc089aedf405b518f2cb6aba4173cac12c52baf9245fb21ace" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.7/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "0de9cc50fd4df36af9778a9b567bfe19d5b2756d887a04db6b99662fdb5f52aa" } }, "bin": "terragrunt.exe",