From 16fcff2bbe3f2a2b2ccec14ebf17b037a76c9fb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 20:28:37 +0000 Subject: [PATCH] terragrunt: Update to version 0.77.14 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 73e4d1a7af..087a9d886e 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.77.13", + "version": "0.77.14", "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.13/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "c6629437d901ece2c036f996179747f65cc2481ec19d7f0ef0d8c4df45334851" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.77.14/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "4390b9878f6f41d70de7bcaf977efdf280f48dd3015e99c72c86cb33c3ff69df" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.77.13/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "e2e72e8e629bd6141029446c2bada9ab888c1ee150b8809b50c30889776da9f8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.77.14/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "e42bc9635106c44bc3fe8c303d9d62fa60be57acb4fc19e4d678b692804376ce" } }, "bin": "terragrunt.exe",