From 072e7f2a214cd4d586b0df177f64bad1b263bee8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 20:27:01 +0000 Subject: [PATCH] terragrunt: Update to version 0.42.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 363d75d0fb..5dcabe7f0f 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.42.1", + "version": "0.42.2", "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.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "ddd6676c42162c03935dfb8b68f65f8482aca9f4e3338eeeec2ad0e589d78735" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.42.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "4248317f2ac9d8352734643995f81d3f1b15dea49040c5dc391d7170a2188e5c" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.42.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "bb26d1949ce2ed2f9b77461ad9b19e6d9c137b14dca7a26b47cfb6759d7e2a78" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.42.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "87c4121ba86fcf085534f0f734514c36d6c28534a10046808002925212c5832c" } }, "bin": "terragrunt.exe",