From 56df08a6ac77f74227c1e4bad51ef8b0c2c8f53c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:29:13 +0000 Subject: [PATCH] terragrunt: Update to version 0.61.0 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index b52e4a1c2b..b3d73a9981 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.60.1", + "version": "0.61.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.60.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "663d170c68a23254b11bcdf88e5a903ae6677a72f9eeb70f5bd2dc76a0331d71" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.61.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "268156634d275b37a2412b3479b72288642a0edd7b2568cec3e4c7f7c5f79ede" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.60.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "d485a671672cb3ed2ddf10c70f97a4a76783782f214299f4dfdac478b6ad0c18" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.61.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "e53c3146d02dce4b7892a9f67c2e2f45be08ed8fcf4179543ef9dd2d909103eb" } }, "bin": "terragrunt.exe",