From 8459163acfc411d40e267ea03afeafab7eb43192 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 00:40:49 +0000 Subject: [PATCH] terragrunt: Update to version 0.81.0 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index f49c52e890..24cce618c0 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.80.4", + "version": "0.81.0", "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.80.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "b99293f209d8b13f3c9625ff0a0e7252a24b483b9a989c64efca19b87491a4b5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "69e7b89f28d5dab033380d081bb4f69bbbeeb2f1cdfb83b809be585bd6e706ae" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.80.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "11e5037311b3aa034f41d6758305b36444c86f8b4ba5bcd2c894e5ad9e64fd9a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "910c96dae251c577bdf7745a0b9f8c71ed732cafe3e9379727e65a19bddb5423" } }, "bin": "terragrunt.exe",