From 3df0d00a75f10bb393eb389b798b2edc09782024 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:30:16 +0000 Subject: [PATCH] terragrunt: Update to version 0.81.7 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index cfb4b25f60..78483a34d5 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.81.6", + "version": "0.81.7", "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.6/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "4a7eba9c24e15a73bfc0418d3c9095b8d273ed496e8b59210d6df4495386455d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.7/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "839a8d71c1afa03a86597d5d6c435f85f0c8a29ba187e0f547bbf4e6b49f61aa" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.6/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "32d58f52bdc5034bbd4b9a8eb6ffacf30abf191f72c45738dd95b7a2a3020603" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.7/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "fcbf059ba346aaeb3d5cf991c91348b550644111f6867ec8abd39fd7034c7afc" } }, "bin": "terragrunt.exe",