From d99c169ef6615053d4e3ae5717a756600520c870 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 12:31:44 +0000 Subject: [PATCH] terragrunt: Update to version 0.59.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index ff710af725..e06c045279 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.59.2", + "version": "0.59.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.59.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "afe9473e31320919b321162875a2fde053f5de4d614f4dc4a4085337c0ffd843" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.59.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "0393e83aeb99ed01eca3d09ce05019f0d1974d4e3c999aad95b05b562fb98138" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.59.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "c5de15351dde80509534f701ac82e107b5942b97fbb9913184fb789b023991a5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.59.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "1b0a068ead3eb9298fdcfeca6c1bd7df3533517b8cee25c9553cd258dd3e79af" } }, "bin": "terragrunt.exe",