From d31375dccd3091930a0e554584d66c659b466531 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:29:37 +0000 Subject: [PATCH] terragrunt: Update to version 0.76.8 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 4484de25ba..c03967eb5f 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.76.7", + "version": "0.76.8", "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.7/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "6664da3cc34c379f5a0d5e32ab8653e4eebfbda02b32518aedd366c6a5d0d665" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.76.8/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "0ccb6ac506504bccbeaa1a92efe87b8f35d79394bcb41fb0b14741d125a3056e" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.76.7/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "8248337e41f73f6d50db299e51a31a49382f0070fe95d8546eb9265323276d15" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.76.8/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "e0e0f5463065213c44c41d99bf69243743974370851abb07e10bab6fc36b3b8b" } }, "bin": "terragrunt.exe",