From 8fd4033b4cc9232ddcb1f22e87014ab106cb5398 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 27 Dec 2018 20:00:28 +0000 Subject: [PATCH] terragrunt: Update to version 0.17.4 --- terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/terragrunt.json b/terragrunt.json index 9f0a68d8c5..ce217c43f6 100644 --- a/terragrunt.json +++ b/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.17.3", + "version": "0.17.4", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.17.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "8534b816f4d40ad0a846350da6fcfbff29038a97cb4123c15c39dddc22c20cb6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.17.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "cb40b70d446591e52e9df1089d0596996eefc8fe00aa000de007cef7095044af" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.17.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "f7e29f9b84d50a63935a41c2636a50ea26b129a690a210ed65b39002cf6b967b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.17.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "71f4ed9acbdfb03aa7d9f8fe30171d6c33fc5363f3ba3dce5d8ec482a025b206" } }, "bin": "terragrunt.exe",