From 299cc3b8e4bc06ef612ccea06bacda844e3096b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 04:28:18 +0000 Subject: [PATCH] terragrunt: Update to version 0.42.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 38b042537f..eb94ee0041 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.42.3", + "version": "0.42.4", "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.42.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "c68e3d35a440afd990692655ea5a260e20fa6931253b1b07b58911cf8d02ce3f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.42.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "5ab5f0a0dc8f1061702de3127809cf4b9a6bc4b19c29b0787464fdb86b3b4113" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.42.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "6c10d586791576dea6d86022c38cfab54ed26b4691732ea63bfccebaf4c778ba" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.42.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "32edab4c05782f053031819036f60cebad73ee874414755bc2d9ab379506d7a4" } }, "bin": "terragrunt.exe",