From 9cb97781343d22e827bb13a38fe491fb6d7476f7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 12 Feb 2020 12:01:53 +0000 Subject: [PATCH] terragrunt: Update to version 0.21.13 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 869316c9c1..a32015e1f0 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.21.12", + "version": "0.21.13", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.12/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "bab79565abed43ce750712ce3922b9a0bef7904b51bfade287242885f77744ef" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.13/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "2592a8af41d6e9809b505c8433ac00ff6add95e7836230ee52a00f5147b67a71" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.12/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "9a4b730ed142db9dd9919a91ac33991ae6327225e812830a73fdd23a396ada50" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.13/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "c52a566a1547fb9e13bb02d5bed4431db3d6830caa539a77deb7924ad226d926" } }, "bin": "terragrunt.exe",