From 9a508ff5872c7daa452dff3d8cb3f144362f4888 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 16:30:23 +0000 Subject: [PATCH] terragrunt: Update to version 0.37.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 9e97ebeada..db1fdf0192 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.37.1", + "version": "0.37.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.37.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "a2bf5ba9e54f99705eaec2d1d1257bfbd0e7b241d21d4924f040aeb993502fec" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.37.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "4d3f2d4684dfc11d310e4a042e208e084410c12468be77e04a581ee1f5833317" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.37.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "eefb13a37e6d6cdcb29fa3fc19452bada55854f7c60fb9317a8a637d535a122d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.37.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "60039c4ffe942a7f9148978f9538d02a243d0d9194c2dd1a325feda25dbf89e6" } }, "bin": "terragrunt.exe",