From 2a502d3d7ac257984bdab7d60617ef1f03d2fe3e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 25 Jun 2019 11:00:27 +0000 Subject: [PATCH] terragrunt: Update to version 0.19.6 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index d9646e1061..ed5bd44b47 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.19.5", + "version": "0.19.6", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.5/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "d5650ece97803e49aaca62aaa6697be37c76e74653c3681fb0e59c92770d1e63" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.6/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "58e8c3f33121eefdfcd367fc460ae9cb923bd7fe299dfa6efba3825e0e39c9c1" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.5/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "717fe6a31c566269cfc076654c27cd89a7748811f9a8fb0e9cded6529bedee33" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.6/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "b5e66d5cb55dc48d501f20a67ab728961a4c313702cb5e10f85133ba5f395dfa" } }, "bin": "terragrunt.exe",