From bc2e1f5972b286e9e11773ca3847b95806d70fc6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 20:28:00 +0000 Subject: [PATCH] terragrunt: Update to version 0.86.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index bb2ee0e1a3..f19dff1558 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.86.0", + "version": "0.86.1", "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.86.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "d1a05f737f76eac0c0287ccc87b203d806f1cbf671ef43ed9879f04780a76dba" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.86.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "872b1013a3fc49801eb498b33ce88f39c0a397065e421bd2568e717459ad549f" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.86.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "a4f053e7985bba3d4f92e81f665bef85709064e2a2d8735e46ecdcfb2c9a2c8f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.86.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "cd09c8acec4d95581194ffc0839c899d9884ac3df21735b4a67ca6968a8e91f6" } }, "bin": "terragrunt.exe",