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