From f2e162451c51938c489e616d4b89f94deb93241b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 20:26:21 +0000 Subject: [PATCH] terragrunt: Update to version 0.59.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 85290436be..ff710af725 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.59.1", + "version": "0.59.2", "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.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "87ea28d5701ab3ce087a08dc9df2840fdd1e23f648c23cbe885c20f64e9ab49c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.59.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "afe9473e31320919b321162875a2fde053f5de4d614f4dc4a4085337c0ffd843" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.59.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "1300c28e113c823fca5a33baddf1ad9ef779341bb5f9454970798e82fb14b2b6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.59.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "c5de15351dde80509534f701ac82e107b5942b97fbb9913184fb789b023991a5" } }, "bin": "terragrunt.exe",