From 9a61b074922b08b8e6853445a49ac012214b1cdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 20:29:07 +0000 Subject: [PATCH] terragrunt: Update to version 0.77.16 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index f9c9c19a95..184eef0818 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.77.15", + "version": "0.77.16", "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.15/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "3d276622e2479b148857830b0642b6b174dff46b69f20a73403ad2dfcbed0b36" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.77.16/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "c34165b713b2c672773777f1565729fa680a0dcd732806b3572460bdc9e3bc4d" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.77.15/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "0a5ac529336c4c83cacb8ac2ce43c417de8d6fa02699a4f9633a5b44092e8af5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.77.16/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "059e26acd147f72005c7a4af795bc9eacb3e04656dae5775b09d03b89868717f" } }, "bin": "terragrunt.exe",