diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 2d7f493840..754ce991cb 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.55.10", + "version": "0.55.11", "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.55.10/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "8d8ef419cca41db2aaa5bd6e499acc2715af1cae55b21a99f5da843b1abd400a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.11/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "374b9e4ae5b950b2a813923c17623b864991b1e1e12a2a5ff298b1474043f3a2" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.10/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "64ca6947f53ac1d2160f7af3d09a9dd51b46e4af1180225e2e61afe6d5f3bee0" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.55.11/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "91463995c6b318fde0cb2f130b11ff1e18ed1f876eebd6db128e0214128b8e7d" } }, "bin": "terragrunt.exe",