From 82adaaed323be9a6dcee2e05680341610ac6b45e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 18 Feb 2020 16:01:54 +0000 Subject: [PATCH] terragrunt: Update to version 0.22.1 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index dd98697091..ae6c49e5fc 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.22.0", + "version": "0.22.1", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "e0ca581ed0b736b434cb6533e8964a7ee8481bce62c6da72a1e8a20d41799d32" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "04470ba88e2ba77db1af55423dfb53453550f7c91841a1628f5dd3a36cc4e618" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "437abbb75bc40578f3a9e2df998d5fc8011a60af424d05df060c290e5d48cb46" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "99b2a60c546785454eff1d2d79f4d7ed70c1250fe09e93f9dd652362e7c9cd3e" } }, "bin": "terragrunt.exe",