diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 18abb4cf32..c23831d5d2 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.45.13", + "version": "0.45.14", "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.13/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "856ab72741df7c946b67eefb8bb71733a8573bac5f079c0de3b012116633d734" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.14/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "c0f5ad50c47e77a345ffa12cc1a10adfa785be4eec3f39cb49a88d36ab919d59" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.13/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "a8c0e3cd0dd01f5cc8b22cb0ba6c0e88457e0963b194cc87f6dadbca39c72378" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.45.14/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "925eb37a10380b1106932dced3214403f76a196ef9cb262c04af457097e6e270" } }, "bin": "terragrunt.exe",