diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 6672c08d74..d62a5aa1b6 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.45.4", + "version": "0.45.5", "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.4/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "104f5a4afc91bdfc693a5a77774a819ed8f12e5f1f89a470343759477b93b597" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.5/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "40f5c53c4119360e05fa008cf4fb43dd9523580b4def20c5b89a196c49bbb92f" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.4/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "3072d2933d43d709080c1182e9459aac036f53f357cdc9f1c338fcd170ccc672" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.5/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "64a5fa675d2714efc2130e445f5deb683bed1c47f8e9cfb1926992fc27f08ebd" } }, "bin": "terragrunt.exe",