From caea8180249da3439e35d7c9f87386a1a5a714ce Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 19 Aug 2019 18:00:19 +0000 Subject: [PATCH] terragrunt: Update to version 0.19.21 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 86782e22ff..ec3f866f88 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.20", + "version": "0.19.21", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.20/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "2fe5805cc567aa56c86fc58ace1a6b46617e0394d40f92b4bc37eb1546f85c15" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.21/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "6b7a7f96f947f5c336d7d3cb869bfca876cd06d0cc478cc97106027d5ba3044f" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.20/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "8b531d94fe59f43547621b0fa9652d98e7aa23b4da13666eeca571bf70752780" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.21/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "d1fe7a3d69aa560750624d670558df18b3ca1a5f1fb7ce2304022131be301ff9" } }, "bin": "terragrunt.exe",