diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 17e2ed8399..cdcbdd6893 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.93.0", + "version": "0.93.1", "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.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "c5289b058d1b997b52863b1b692f34d49925ce0c337f9c78b2bc93cfa99810af" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "84778954f153fd845a12004cfacdaad6e92c3003fb7c57f55e1de0a23faaa22c" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "261a0552a9f799b074eea56354415cb0c14077cdfca406f1247fd5f350673d02" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.93.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "e38da4f7fb54d764287c163c7539c9dd04a4a3d1e130127e7cd407a53a4fe46e" } }, "bin": "terragrunt.exe",