diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index e89b43ffac..c3c860da09 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.81.9", + "version": "0.81.10", "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.81.9/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "507ada8c1f31ac55443aee7a5edf8bf002ff703b5308c070163c2ed7199ff5c3" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.10/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "a2242dec2ccb0a49540d234dea7cf343821c59edb439747a5b423fa2e2f5a9c2" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.9/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "1b9057eb5282dca7992042c1b711349d3059da5062d1bbf49848c56d619871f1" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.81.10/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "d17d06271fc9f5aa0983a8a6d86bbe3006f1d5dc4a4f8891d5223f9e40179fa6" } }, "bin": "terragrunt.exe",