From 5ac7705b2962836ba8a2645db2eca38c483c60de Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 9 Oct 2019 00:00:31 +0000 Subject: [PATCH] terragrunt: Update to version 0.20.0 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e0f266645c..776c80c1bc 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.31", + "version": "0.20.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.31/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "0b8580d7157d773de98c60de1149de42ac597f7d549768eea54cadd7cce9f64d" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.20.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "0588b0f955581513fb43dc9f3de89d5b7c5016236ede84efc5042bcb7834c022" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.31/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "fd440e0c2b924e25ca33d655f90cf16e51352eb0e9c1ff60a9a76929765703a8" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.20.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "faf9a4435a4bb40645949ea0188583c5f7e48b1e60ef4433829a860c8b16576a" } }, "bin": "terragrunt.exe",