From 1104d48c508e9466697a5300ef8f475600aebc90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 16:30:06 +0000 Subject: [PATCH] terragrunt: Update to version 0.81.9 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index aca72934af..e89b43ffac 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.81.8", + "version": "0.81.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.81.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "a3d21aba0312792d808b20d34382fa0f7057c6235c7b48bc90489373186a263e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.9/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "507ada8c1f31ac55443aee7a5edf8bf002ff703b5308c070163c2ed7199ff5c3" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "b1efa3588e6634557ad103f2629adb50bb0f61f2ab6fea1f91d726401a1d0743" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.9/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "1b9057eb5282dca7992042c1b711349d3059da5062d1bbf49848c56d619871f1" } }, "bin": "terragrunt.exe",