diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index c58ad303cf..014c24fc65 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.99.3", + "version": "0.99.4", "description": "Thin wrapper for Terraform that provides extra tools for keeping Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.", "homepage": "https://github.com/gruntwork-io/terragrunt", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "91e924192fece180ac483cba07056bf753f6569c9b34fbd9888b9e0b1af554c4" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "01e4835cb39b75f39d789955e2900dfb6fbf432a70d90eb20bff3f5ca0dd9bc9" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "7390fc10665bd3de9b0180ed9bfadb17558009405737c16a58524a2f362caf2b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.99.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "08ab5b6ca7057ef3d1fb5409a98cb102ccbb984b1ab075b23fd03a5981159e54" } }, "bin": "terragrunt.exe",