From 2d664b7785c7aed3fc48c3c8afea33c1f4a2d745 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:28:37 +0000 Subject: [PATCH] terragrunt: Update to version 0.67.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 5c16cbde66..9ec045cb55 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.67.0", + "version": "0.67.1", "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.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "981d2875810e3ee17cbbbdb05bcbb6977c99d6ce42d615e51cf99bfd65932563" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "7766b159c3b325352eaa66ff09a0b4dd2a5a39d2908ea9e55cc5d5695db78d49" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "da53d9ddf78c873fe01b34f4858b001b440ab617e5baad04e3335071c8424e8a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.67.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "9b75babb89e32942035b109449f70403a68f205cb0ae12451bb148f81401723c" } }, "bin": "terragrunt.exe",