From 93bed9b11ae0f81dbd1ebdc179110b41f0ec6831 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 8 Oct 2019 18:00:16 +0000 Subject: [PATCH] terragrunt: Update to version 0.19.31 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 527d588f2a..e0f266645c 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.30", + "version": "0.19.31", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.30/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "bf88532314448c3f5117383b05aa1cbc2045985a10dd8526eaf0c449f9c7a75e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.31/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "0b8580d7157d773de98c60de1149de42ac597f7d549768eea54cadd7cce9f64d" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.30/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "88185175d0c27c112d5e1fe8dc55329f6bfe1172de0742060a8ad4947fccba78" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.31/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "fd440e0c2b924e25ca33d655f90cf16e51352eb0e9c1ff60a9a76929765703a8" } }, "bin": "terragrunt.exe",