From f8f9a0f1d025cc8f46c9b5b0400b0083705464ee Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 9 Mar 2020 20:01:50 +0000 Subject: [PATCH] terragrunt: Update to version 0.23.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index a0a88b3388..fb56ddd7a7 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/gruntwork-io/terragrunt", "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.", - "version": "0.23.0", + "version": "0.23.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "05fa4e2d31ecb4e7874960959f0b681042e14b0610b9e55d17cde797d2c49963" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "340a4875007163fa53e0cf8dc245e538f3046e111080dd1036fc2e1c369360ee" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "19cbcc56532f8f184f0a20d33c35a45e3bfb38d425bc2bc1d60fa49cf56e7105" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.23.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "ae412ae662d14c191f8b8ae013846c4df80a0b992d1a5aba0aed92a113c663b5" } }, "bin": "terragrunt.exe",