diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 088e761f38..aa9cf20866 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.36.1", + "version": "0.36.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.36.1/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "37fa57a355e369c01ced4a14fa7f68bd2347659a81635123e1395bd3c44c8d75" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.36.2/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "ecf7d5b573ec7e5df8b930a40c78779f80c0d07c6fb4dfa736d11935c3802dfb" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.36.1/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "0664298cf132a543c617973f6ceae6ece3d91671f2e4296aa6123b1e4ea2cecc" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.36.2/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "12c3e4bc1205794c3fa97abf5b1d35109d4fdf0fa2fd0d348ba0d1b6e2feae0c" } }, "bin": "terragrunt.exe",