From d7ec6848ea094b9fac14db30a58001ee70184073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 27 Aug 2020 22:43:42 +0200 Subject: [PATCH] terragrunt: Update to version 0.23.37 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 8db2497efb..bcdaa3b79b 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.23.36", + "version": "0.23.37", "description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your 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.23.36/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "7b96ae405e8f4ab9a07a71ce02e58f050778a0f792f48fdb6bd63165cc96b008" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.37/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a9e3457cacc5b66deede5d36c58a1793c62a2f8df7f23908943242c64bbecc50" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.36/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "786ee0c03059cf802a4c07ab00a2d35fc579cc2c483b9469a6df4034989cdac1" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.37/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "d60636b84bcc37334267e86dad80d4386015df89e8c9851749e37b84aa32800d" } }, "bin": "terragrunt.exe",