From 0a7eedbe1d11e8b28363bef02dae6afb063266d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:28:28 +0000 Subject: [PATCH] terragrunt: Update to version 0.76.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 4d3ae45393..f2813fe9df 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.76.0", + "version": "0.76.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.76.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "7cc6944eaeb0cd06b1bcd1afbec16b2b2b684249c74736f4d2c148682171a019" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.76.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "38f6b55ec243a4c3cd920a91c15b1758b9433fd60d2f0bacfbdbb2ccc427c489" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.76.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "c435925b33ee88573f056da01bafef2cad76791c984fcf70c3634010ac953bab" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.76.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "0501b822d9fee48e4db926be154df7e929e89e9d160844dc59ebc0c277f56fda" } }, "bin": "terragrunt.exe",