diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index b3642e5dfc..b6205a7a69 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/gruntwork-io/terragrunt", "description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.", - "version": "0.18.4", + "version": "0.18.5", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.18.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "f4d25dd3053e1cead8e82a56384cd77923ee657aa0d11f01fcac252183b06d1f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.18.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "d520065d10141f3a43d269d1af3f911c307f3aea15119f8905928a3d68f4f243" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.18.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "35ce08725c135b0228e267dd31c15a4e23acc920804589921f32d6f27c716a1e" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.18.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "e2c0977128bce0133105ca9d733b7b405929c638c49fa54521a20d73f7d1d168" } }, "bin": "terragrunt.exe",