diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index d6fb376cee..36e50f4f07 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.84.1", + "version": "0.85.0", "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.84.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "f2c4245de2a32013d7fcde02a1f204c32161f0587e704f154ec030649204d0bb" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.85.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "66cf13c70a701b7202a60cb79cbcacecdec6b7d00fcb34707a292dc86c3abff2" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.84.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "a7531f7c3a41d65632832dc7a916b79e7b9e1f32946f583e8537b643ce5e42ec" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.85.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "b0329669caf264f7c8d0e7c6c6a3d0ba192571f5d0a5322b93b8bbb46d9e9170" } }, "bin": "terragrunt.exe",