diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e648cc5449..3c405b1832 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.82.3", + "version": "0.82.4", "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.82.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "93ff19dc729516d0efd36876774613bce75f32eba69db507e59d005b45d4f877" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.82.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "d1fea4f69a6fe8478c33dc658ceadb7f9dfcb7f1051dc6b128bbecf1eee05bde" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.82.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "12bb09d685c6c97d7ab600b2413a2d42a80a6b4f6cb18164ee4692d6dde0a29a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.82.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "12d7f3621e7183705e3f130660a41197c3338f6bb4347b39914198a1ae990371" } }, "bin": "terragrunt.exe",