From 53f4737fd111148dbbddd3d75bbe955d4ed22ade Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 20:26:52 +0000 Subject: [PATCH] terragrunt: Update to version 0.76.6 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 7efd6ff00e..8a55744848 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.76.5", + "version": "0.76.6", "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.5/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "fbb4dd5a9dc08378c7e80c2cef96ea72d8c1a641199d55ac0478114ce03c66cc" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.76.6/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "afeb60860b2d0cebe66784a4449c6d9840c45f014920b5e332ae6306c9fc7fec" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.76.5/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "c3c8a6974ae0148efa94b2ceb725c4a68c87abb78aa71e199eb2169918e3cec3" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.76.6/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "83d7060d898ac09f8e2f043ef2cc9334d5cb12216e65bbb1ab849b594f4e2640" } }, "bin": "terragrunt.exe",