From 999788686557cef87ec6fb85cbd42812f320d95f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 2 Aug 2019 11:04:44 +0000 Subject: [PATCH] terragrunt: Update to version 0.19.14 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 8b23ed6b1c..e8ba3b6911 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.11", + "version": "0.19.14", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.11/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "c3de327b0648b5b7a17aedcf7376b3a263e5ca5d95ed5bc25262be4a1d5f9f3b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.14/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a5e5d32df4d69d69636371e027fbc942bf1d8f66c89e799ac2c0e05d4f620e59" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.11/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "ed7c9e88720002c92b809a4189a0dc654594688650071257b4f55f08f3c2632f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.14/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "be46eeb1b81073236c79ada762a96ee1612b3053aea5b07554f8d760835ecac3" } }, "bin": "terragrunt.exe",