From 8e0d33a360aab6f9d537507383078d0f2d480b6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:30:22 +0000 Subject: [PATCH] terragrunt: Update to version 0.91.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 262613e250..3b214fa2e3 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.91.0", + "version": "0.91.1", "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.91.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "18ca4e26a9b032135d0a4b025edd1110bbdd3405efd863ce33e21cfee60e7bcf" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "f4639359c003f891c6980578f5e1dab1730376975808b297e1e12f2432948f0b" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "7744f1f03883eb533b99ef0902c06a63d788588620101a60e7fc55bcaf9264b7" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "ec780fb87eeadecd0d422e959f612dd27c65d5a67ee8c3485589cad45ce87db2" } }, "bin": "terragrunt.exe",