From b9c9d4807ca984c7a2f691730ecad2249128697c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 14 Oct 2019 12:00:34 +0000 Subject: [PATCH] terragrunt: Update to version 0.20.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 1a891aaac4..75b5f65b37 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.20.3", + "version": "0.20.4", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.20.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "d5d1239b781d5b0cc6cbd65cb55fe5d38f04259d49a18b98fb55f8118a8b909e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.20.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "e39268de1bcd50b92259c1152e90edb73c2022ef77684ffd87abc653294eff32" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.20.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "7b4f8187577f8cd15ab810f799508538b4319e4dcb387bcde04f92534530c97a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.20.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "d655a8fdb4c6ab67f02c9947783c21c22918a5789b365dc502c94a95eaf2b775" } }, "bin": "terragrunt.exe",