diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index cdcbdd6893..7a0b9c4218 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.93.1", + "version": "0.93.2", "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.93.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "84778954f153fd845a12004cfacdaad6e92c3003fb7c57f55e1de0a23faaa22c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "49cb2d6b9378963e0b6bd846cce6ee015af1390712bc45f73e5bc86d7ed3395f" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "e38da4f7fb54d764287c163c7539c9dd04a4a3d1e130127e7cd407a53a4fe46e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "53ad648562915802794c0361bd8ba8bd483b90dcc8bd0b780d0c0c0a4adafc71" } }, "bin": "terragrunt.exe",