diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index d1774ebb5c..fd156194b5 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.54.7", + "version": "0.54.8", "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.54.7/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "7f24d0c73f491a17bf17a2dbf822e14ef99549c3b1ab642d945fd205e21f2bdf" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.8/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "9ce736dad256ba0caea031c98804bad4cfd3b22d403bbbf8552886fb88dd11af" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.7/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "1a8ea10f962c3d7e28d0a9075e601b70908163f6f10dd3a90e73115df8c5069a" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.8/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "d8990f490df038f2dbeaacea80c8083a3345e94dbf387cf335d8340f8a80f43f" } }, "bin": "terragrunt.exe",