From 2a3a630ae8e171c8ff1d45cec365b1c783ba8d02 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:26:19 +0000 Subject: [PATCH] terragrunt: Update to version 0.58.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index cefb0766c0..376dee9cb8 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.58.2", + "version": "0.58.3", "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.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "286b4694f3af5a25b084400ba698f8634a19f66bc58ce573ac21010996725954" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "3f6fd3598e0f1ba3d9f3aa7e167db003d1d64937a8d36f9f2d1f2dbd28917af4" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "486b8e6e1e579fabb3b248e72330541729bdd47fc231f951775b1740a7e3a197" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "c72aeb1dd84a91ec5db09a06f3195051f198aa66985743f2d39c5d330140178c" } }, "bin": "terragrunt.exe",