From 69fe359da1138e9ab78879cfe2580a934b0d500d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 16:31:57 +0000 Subject: [PATCH] terragrunt: Update to version 0.73.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 84faba187c..520e687eb5 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.73.0", + "version": "0.73.1", "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.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "556b070a59439488dac5b1b2e52af50a7a704b1be08063ef396197170c2c54e0" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.73.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "c7817582a0918d9874beefa820f7a81f0fed7fdfa9dcadb9fec28b98d6652b68" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.73.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "f608c8712b57090cc9d9608eb14f967cd58dbf3a3daa41011a6fbfa7b244fd20" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.73.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "c95b7475f2cae24cb8b22db263d3ce70fde6d59d8b88996f1e98e7329178909e" } }, "bin": "terragrunt.exe",