From 338ae997610997cbff81dc6eb694415ae8624c08 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 1 Nov 2019 22:00:20 +0000 Subject: [PATCH] terragrunt: Update to version 0.21.2 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e602dfca24..883fe20242 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.1", + "version": "0.21.2", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "6a1e23d9fe321fc9b36ab1e524c0e1b58fcf04e0fa4a560ba40c4e1f2e731218" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "f313ebd8eb165c893adccc6801033ce1a479832be79d65cca61a58c44e342700" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "8f0a6d399f2835063f3b4ea20d302b214b49e8a42634aee94882973883b3a244" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "05d451e00445c3c6fb6926ab0ac737d163c68ea1f8009167a29619ceefdc6b4f" } }, "bin": "terragrunt.exe",