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