From 1078530e572bb2a392098ceea80b8165e49a2fd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 20:25:25 +0000 Subject: [PATCH] terragrunt: Update to version 0.58.10 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 5947fb7df4..85b010b439 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.58.9", + "version": "0.58.10", "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.9/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "9977e8fcb09beede5abc6477f2cdcacbaaa76cb4859e3f7d58e7b62240c634bf" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.10/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "b1fa4d12caff5ca90cf12605716fd50089150288c3e773b245b4d83afc6fcfb4" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.9/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "e8bc30783f80274b34a09bb722a0bc2f283543344972373e770667cb8cd50f02" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.10/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "db1905ea702ed017d8316efd2e9294b6c0749fb259d140833659e61f99e25c0e" } }, "bin": "terragrunt.exe",