From ad22161e789335449f3a6a73f4be6d072b6095ce Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 4 Dec 2019 06:01:14 +0000 Subject: [PATCH] terragrunt: Update to version 0.21.7 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 13002279fa..c05cf42d8f 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.6", + "version": "0.21.7", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.6/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "e5cd86fe22ca5571490f4e091781033ec9908c6bc330aab965d4660b81295025" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.7/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "86d8f259f4c0b47d61c2b475f0f938954ba070fbcd5c14a109225833c7c85829" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.6/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "89ac96fe2e5b5e5b0295f06dd89a2ac296575c7f2beb7bc0cff0cb7a724fbfb0" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.7/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "30aca4a3b8f687b218d753e61293348901fd116e1adaeb4720120aa334891aaa" } }, "bin": "terragrunt.exe",