diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 3c700f944d..f926fdfc5f 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.3", + "version": "0.19.4", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "37230f330225cb4e7ea1100f637ad33aa927cafc773f40dcfa6a72ffd7051ee4" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "dccbdb6c781924908a4d8ba4ccbca62ae4d6e5f0e9c31dfc4f95be3c6fc15100" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "79979ea8dbd7e626c556b065e0a8f6c06af879f7aead92eafe976d9b93ba49bc" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "469a69bae321cc32304e13f78300446f359f0069e303916b7b81bcbaba9c249c" } }, "bin": "terragrunt.exe",