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