From eda1f6cb4d71687579771d9b92d905c154b621f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 16:29:51 +0000 Subject: [PATCH] terragrunt: Update to version 0.81.8 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 78483a34d5..aca72934af 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.81.7", + "version": "0.81.8", "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.7/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "839a8d71c1afa03a86597d5d6c435f85f0c8a29ba187e0f547bbf4e6b49f61aa" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.8/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a3d21aba0312792d808b20d34382fa0f7057c6235c7b48bc90489373186a263e" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.7/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "fcbf059ba346aaeb3d5cf991c91348b550644111f6867ec8abd39fd7034c7afc" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.8/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "b1efa3588e6634557ad103f2629adb50bb0f61f2ab6fea1f91d726401a1d0743" } }, "bin": "terragrunt.exe",