From 5895afedcb51f585a06aa0c1b48847b08ae6e8bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 20:29:17 +0000 Subject: [PATCH] terragrunt: Update to version 0.77.10 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 786e6d0284..9a74569805 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.77.9", + "version": "0.77.10", "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.77.9/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "29a2096078498c925158d8cdc4fd8f1a4b800dac822a5be079f9aa6043621c11" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.77.10/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a27f840d8fe4af1afa4a1b13a99e23a3c1845f6632f9c94aa6804bc84145a0e3" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.77.9/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "9c921bd9290fb40b2a0de67f4bd76a24668fb4f31cc51dd1edd85eb3c0d69414" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.77.10/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "dc5ad1bfc6ac38d84e981b63c64b720040ec044846a60c3846bfd8c1e905bbc4" } }, "bin": "terragrunt.exe",