From 31411a27591685cb95fd997e28476a70110d733a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 20:26:02 +0000 Subject: [PATCH] terragrunt: Update to version 0.58.9 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index dc07c02175..5947fb7df4 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.58.8", + "version": "0.58.9", "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.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "95f5e800551fbe950b200e34ddec89583796e913c4b3e22e768343c3744b3e6f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.9/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "9977e8fcb09beede5abc6477f2cdcacbaaa76cb4859e3f7d58e7b62240c634bf" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "1e71a9b3bca2c6d9f58a2a04525ca3105c4aa7b42f07f18435ae3b136bfc1263" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.9/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "e8bc30783f80274b34a09bb722a0bc2f283543344972373e770667cb8cd50f02" } }, "bin": "terragrunt.exe",