From d1ce197ffff5487e0ee371ba5ce65ca929cd1992 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 16:31:33 +0000 Subject: [PATCH] terragrunt: Update to version 0.93.9 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 301cf3fa4d..e648e19aa4 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.93.8", + "version": "0.93.9", "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.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "aebe5afb191dcd853d0d1ffc09bf3953280dc5aae90fcc996b630e8ebe0b164b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.9/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "d9c03828bf7108778bb60483b08c6cf9f7a6b79afb8abaefcbf8878ec41e774a" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "bfa93e7701e13d0b57acb0636556fb8956d48fea00216b3267442bf9189d1813" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.9/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "073477016e4b04789c5c6037c1e297fe174af208b37483873ffaa9913c91e29c" } }, "bin": "terragrunt.exe",