From cbb13555d4c4e6a86da3f6f5cb2e8d26332054e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 20:27:11 +0000 Subject: [PATCH] terragrunt: Update to version 0.58.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 6f9acce125..e337ed0ce2 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.58.4", + "version": "0.58.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.58.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "e44ab5f7e06fd30573890ce20b43a5ddc5c33c3fe900d2defd8393f11d4c90b0" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "5cb67e568c768e4a576720dbb9b652e6c2ad5122e81753258f32bb78a3a80ba4" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "e63a43d9be6b894151586989c2b078bebb6be77325c12bdc0784a015a5b2b4e1" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "76a8fb75499f544da7969002b752d3d4573c1d7df90a6ce33d406a5778d5e81a" } }, "bin": "terragrunt.exe",