From 1e06648ca85cf216690705e31abf4703d216d162 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 23 Jul 2019 18:00:25 +0000 Subject: [PATCH] terragrunt: Update to version 0.19.10 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index d17a9ebe56..9987cbc4d6 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.9", + "version": "0.19.10", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.9/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "aa0f9417c5afee6087c821fedc0e47aadbe3285e51407667390d082520376b48" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.10/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "3947642955131ae30389bf0251403680c7a507240a6c8209b1f75ea7c5765cf4" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.9/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "d2e37a659abee3af3186729130626057ac4eab140b0f36615eddf1f3f7dc63c6" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.10/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "06aaf7d32ffa3256c435f110a2c746e7e678245e97d1ba2342e8aa36592d9ad6" } }, "bin": "terragrunt.exe",