diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 7b57f89e5a..459a892c58 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.45.7", + "version": "0.45.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.45.7/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "df334f1fc5cfa8fc0412da562824b233902b7856b5f661df31df72fe7ce24241" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.8/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "401e42b384c1b712f97f35299b98746113bb9b3a95ce3a4ef8e67f8c06f32bc6" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.7/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "26417a32718086809a2d45f9d3b78df59d11a64fbed87c40fc2ef69faef38fe3" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.8/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "f6dcafc6fe7861f027be1ea6749579403eef2404a9fade70ac66c002fa3c637d" } }, "bin": "terragrunt.exe",