From eb0b8eba33518f70b11be8e759bac19ff4fcfc38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:32:08 +0000 Subject: [PATCH] terragrunt: Update to version 0.73.15 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 895bb31349..1a33880785 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.73.14", + "version": "0.73.15", "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.73.14/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "24b5c76979b835f75a3003e4bb973baed96065c12eb66089aefd10e3a1c68424" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.73.15/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "8701ef48b7317c6e689b838201d7b4a97ab18fe91b131a94062e812ba4a1ea36" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.73.14/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "b11f01a03cec8c671fc04f7c928e5280c827836f2e7a7d6d3e6a276ad9e41473" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.73.15/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "d01953d86e9928a92f70e5f9399a7b3f8d40b3ae8d4323ead698d0c9cc27b916" } }, "bin": "terragrunt.exe",