From b409c7cf14b642bb0afd5330ad716363e5c23da7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 2 Jul 2019 17:00:27 +0000 Subject: [PATCH] terragrunt: Update to version 0.19.8 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 465a6d94ab..49e22c6492 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.7", + "version": "0.19.8", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.7/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "6d338a8ea28170787a55013a9838a59d5643af564c8a271771146a8fdea09a3e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.8/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "71e99bc03a29072752fad547e0863a80e7d6ff2d0c750001c049152e66d852e4" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.7/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "b350743bec1823665214c83f8c1acb3411f9737c764db411681c981dd3c586e5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.8/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "08691d993deee15c9e1877dc622cb0690703e824943a0e2ae2b37c01c27eaa70" } }, "bin": "terragrunt.exe",