From b2ebc1b64f0a4683574e1c763540469439b233d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:30:20 +0000 Subject: [PATCH] terragrunt: Update to version 0.76.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index d6e800d085..7efd6ff00e 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.76.3", + "version": "0.76.5", "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.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "74d8fda5976937d388e9a9d58f2348cd6e39da33d80c38eeb5b5be2858b86e85" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.76.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "fbb4dd5a9dc08378c7e80c2cef96ea72d8c1a641199d55ac0478114ce03c66cc" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.76.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "7077b4748c2c2be2c2f143b4fbb32df210d25e7e53de59efcfd944da89c9d6bd" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.76.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "c3c8a6974ae0148efa94b2ceb725c4a68c87abb78aa71e199eb2169918e3cec3" } }, "bin": "terragrunt.exe",