diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 2c8d337ab9..7b57f89e5a 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.45.6", + "version": "0.45.7", "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.6/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "517ea792c223f5624907d9d41570325dae95ae7596547833194fe1ea0a9044e5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.7/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "df334f1fc5cfa8fc0412da562824b233902b7856b5f661df31df72fe7ce24241" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.6/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "c657208317924a80abd62a549748e9cf24189cfc0399a57eb47a07f7f08aad1b" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.7/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "26417a32718086809a2d45f9d3b78df59d11a64fbed87c40fc2ef69faef38fe3" } }, "bin": "terragrunt.exe",