diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 46ff6b5625..c044d3a7e6 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.50.15", + "version": "0.50.16", "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.50.15/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "00d13bd3297696a2ac3fcd8930975440ada5ad3dc4a05deb1080b5a796006911" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.16/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "d07b9aa10b7365f24335cd2e1d80a22f598aea3da5afa6dd566b3f6bd9e51e9a" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.15/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "48c715f0908c3c5739ee5d4ce1cbf51f3768f9203862716ef412a57eeb01e9af" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.16/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "a7d848dca68d60451b971800a71ebc712d06e42985fb2ff4e7fe64f02d04b1b7" } }, "bin": "terragrunt.exe",