From ae7ba19e63fb0cd05049567c10815f0a8faaa442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Fri, 31 Jul 2020 18:22:47 +0200 Subject: [PATCH] terragrunt: Update to version 0.23.32 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 3a236f73b6..a38358242f 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.23.31", + "version": "0.23.32", "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.31/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "158dc39c98160fa00d19ce427cd8270d6dc443d64ee228711eb7918689311316" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.32/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "c2fc96828d1bad7d6dea1990e8e9a045649aea8a705dd4b6982a97cd02a91209" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.31/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "e2b031ab869cf09573fd3c24c8721f3481803836fe30d05a79391c1e4dff11d9" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.32/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "77012153d75bb75e8f88748ac5a88c0896380880c5f998210a6f7d90fbd2729f" } }, "bin": "terragrunt.exe",