From 105b2ba3acfe6c5874e0f27c07d6c726c55360f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 16:29:55 +0000 Subject: [PATCH] terragrunt: Update to version 0.77.11 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 9a74569805..c76a0f8f95 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.77.10", + "version": "0.77.11", "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.10/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "a27f840d8fe4af1afa4a1b13a99e23a3c1845f6632f9c94aa6804bc84145a0e3" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.77.11/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "e85e5f41c0cacfae61ded25c058e5d87dc5959efaaadb91666d2ef8be6cd5fe0" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.77.10/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "dc5ad1bfc6ac38d84e981b63c64b720040ec044846a60c3846bfd8c1e905bbc4" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.77.11/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "0d8b67562d808abf321d07c070738ad1d0fd4ab313d9ea409a66e070d43dd0e3" } }, "bin": "terragrunt.exe",