From af7018ab2bdb5fd69efc8acdec4da454032d045e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 25 Sep 2019 15:01:13 +0000 Subject: [PATCH] terragrunt: Update to version 0.19.27 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index cb72828541..f120cd4273 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.19.26", + "version": "0.19.27", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.26/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "19dfb7689d8aefa760eda62c7c08687266e76a0c6e31f9937502ca8f57ad237e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.27/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "75c797c2c42a279842945902b61aabb0252edb678523246a3efcc4c9e6afc03e" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.26/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "7b30ab220998b0b5f43fc1cfb7d7797576c1cac4b37c3cd1ca3e8570d68e7963" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.27/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "80b92a67f3bbe7e2118d8b3fcf018e1f891242fe2d79fbcca723dc1094c6b3f4" } }, "bin": "terragrunt.exe",