From 4d332840c1de71b1a523e2f4070fca1cde67da82 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 10 Feb 2020 17:01:49 +0000 Subject: [PATCH] terragrunt: Update to version 0.21.12 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 125768bb5c..869316c9c1 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.11", + "version": "0.21.12", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.11/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "77cc4b96591e98026cfbeb03e5fae3ff30567873920242e2709c2b470f5afe6a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.12/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "bab79565abed43ce750712ce3922b9a0bef7904b51bfade287242885f77744ef" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.11/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "d48371b738358a0c01761ac185d86d281fc11f8399ff257fa29436ed713e2678" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.12/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "9a4b730ed142db9dd9919a91ac33991ae6327225e812830a73fdd23a396ada50" } }, "bin": "terragrunt.exe",