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