diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index dc07c02175..5947fb7df4 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.58.8", + "version": "0.58.9", "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.58.8/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "95f5e800551fbe950b200e34ddec89583796e913c4b3e22e768343c3744b3e6f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.9/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "9977e8fcb09beede5abc6477f2cdcacbaaa76cb4859e3f7d58e7b62240c634bf" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.8/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "1e71a9b3bca2c6d9f58a2a04525ca3105c4aa7b42f07f18435ae3b136bfc1263" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.58.9/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "e8bc30783f80274b34a09bb722a0bc2f283543344972373e770667cb8cd50f02" } }, "bin": "terragrunt.exe",