From 6786f6e6d09c4f35b217e655bd3acc28514a259d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 20:27:53 +0000 Subject: [PATCH] terragrunt: Update to version 0.67.7 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 7e3dd893dc..ce44d00861 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.67.6", + "version": "0.67.7", "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.6/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "bd7b3171ec0b2ace64033a639befa144611ae4b46eb56d756e867cb3111fa952" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.7/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "e0c27460ed6f709a5044650ad3f5a757b30e1394933512f7dbaafde42dd3d781" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.6/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "49d898ecc6f9ab9cc9d497498d4715e5ef44789baa059ef5ce6fd3cc673bfccb" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.7/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "c75181c923fbe6202bfd42830fa96a0d2f031740f968f4174039ac1b9a961d00" } }, "bin": "terragrunt.exe",