From 72ca2e8498257f9586661286e0a0f2bc68bbf250 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:29:57 +0000 Subject: [PATCH] terragrunt: Update to version 0.91.3 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 6a2319a382..8995f5c152 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.91.2", + "version": "0.91.3", "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.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "efbfcc2b0635e42c0363794f1bd8dc44321ac5aa649fc0b7e17bd274572a1103" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "dac314bbf666f0ba70c1ef14a536f216adf90bba158fa71f20e89bea29cb07af" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "9b6e816fb51fb8c7e72bd57f1718e91c7fb32bac8a0ef00aade4380c86b9eb3c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.91.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "5b5807aeb820cd7e81729b3de77a1ffa829797fed4cbc455f1fa1907a62cef6e" } }, "bin": "terragrunt.exe",