From 5398c49351883f011326f651cf0d4138a7fe9114 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 08:30:16 +0000 Subject: [PATCH] terragrunt: Update to version 0.67.10 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 1c03588af3..248d54995d 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.67.9", + "version": "0.67.10", "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.67.9/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "1f9af0d2d361bf3c8d22d1ee11540b35e4d5eda183439933a298f18f25c4a761" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.10/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "12b36521c79217031fc36c9d13aae7192a2a9702352ba64daf7a308c5c1fb6da" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.9/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "0bce3c61882c8968d02a2682e0bf4f52f37c847fb4ba01cd43ef27959389ffce" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.10/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "28c3012225d8000362f2bf616c84cff788e9c4527ee8a84e2b9147091fb0a4f3" } }, "bin": "terragrunt.exe",