From 4746bdc937642860b7300c252631c0c1c597c14d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 00:40:27 +0000 Subject: [PATCH] terragrunt: Update to version 0.93.5 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index dc9c116d35..edffaaf910 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.93.4", + "version": "0.93.5", "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.93.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "e4c9838f5d61c842450a28cfe0fe0e5f5fa4fdfb946babc4af72cf5cff1504dd" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a4505fef209a94e2cdee9961ec7c4a9a9622f6e2a577f3a5a8a6cd093848e020" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "2834fc46134c59bde2236baa4597dffffb91ff3a76abb5726231059a263f187b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "ea200ac78b03921e5023adc4995615d5b1943b0dfc82f44800ff46efe5621c1d" } }, "bin": "terragrunt.exe",