From 76918c836cc8080265ebd2c469cd941ab327c60a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 7 Oct 2019 22:00:19 +0000 Subject: [PATCH] terragrunt: Update to version 0.19.30 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index fff009fe44..527d588f2a 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.29", + "version": "0.19.30", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.29/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "330b3d608a8fb6dbf96f042e48c022cbcea55acc20413cf2b6ece05fd525ea5e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.30/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "bf88532314448c3f5117383b05aa1cbc2045985a10dd8526eaf0c449f9c7a75e" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.29/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "2bf21cea079e6ea0c1445f21c6b9fbb5755926fa8dacd8959a1caf0d3e2e4e4f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.30/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "88185175d0c27c112d5e1fe8dc55329f6bfe1172de0742060a8ad4947fccba78" } }, "bin": "terragrunt.exe",