From b7e0da1d0b1f3df63fcef383c74cbf64c9c35835 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:34:34 +0000 Subject: [PATCH] terragrunt: Update to version 0.67.8 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index ce44d00861..454abac5bb 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.67.7", + "version": "0.67.8", "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.7/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "e0c27460ed6f709a5044650ad3f5a757b30e1394933512f7dbaafde42dd3d781" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.8/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "3b1c3f24e07cc1cdf9793655c5bbc595b025dfc7ddae83516001edde4de76a4a" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.7/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "c75181c923fbe6202bfd42830fa96a0d2f031740f968f4174039ac1b9a961d00" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.8/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "291a2ec5a1dbcf5afa4743c2775b5b5c082d473ab77d2f018f881712e0c6292d" } }, "bin": "terragrunt.exe",