From 858bc78b8014a0e6086e5eaf2655a244b725ddc5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:29:51 +0000 Subject: [PATCH] terragrunt: Update to version 0.93.11 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 4990b66cab..8cdc790dd2 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.93.10", + "version": "0.93.11", "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.10/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "8ad6a8f870c70f356c276c449d0b5ec7bb3a75dcb498caa7c68b0bf00f658db6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.11/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "d4397b058f6c114ca3d9062c180db692f7e460dfd4b568ba86ef20a401ae1efc" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.10/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "467aa148a78bc69c9e3fe736c38cbea37ae177fbc4e664c471f904c855dcdb41" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.11/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "03fcfc356496f10c47f54263d2afc5b0b2a16786aa292e2e1cc1eca9d24dea0b" } }, "bin": "terragrunt.exe",