diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 4549414bf6..35d37477e4 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.78.2", + "version": "0.78.3", "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.78.2/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "c99f0df1d834b265dbaad960686024aeda56c797812f9ac728d9e028102c40fc" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.78.3/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "5a7edf51a7c4cf86a0628d5a248f47f63dcf06db5eb0e9f744954ddf04a20e94" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.78.2/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "d7c9fed6624c17091f83f99104fc5ccc2f4fd49be6199c835c60ac6d2c5e0177" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.78.3/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "3bf7b506f7d010d6460f2f2baa40c84dad5682290ce598460bf4e41f17585450" } }, "bin": "terragrunt.exe",