diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index a2c75b13e4..e3eda04c41 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.87.5", + "version": "0.87.6", "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.87.5/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "5cb2902bfecf638c819057fbc7ed289648883f32ddf87470512cae8a8e898b8b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.87.6/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "cc700a6995cc47b79b440c247698ca6adc5196ad1b80f1d1b137819e53f28885" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.87.5/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "81db46b7484b05f669622b1026a843eab73c07a7db3325a01ccfc813a8b5a272" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.87.6/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "8a24014b106391d64f9d14e0d537093fba3cabfe9a635361333fbbe8ff99ee3d" } }, "bin": "terragrunt.exe",