diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 3f3b9d3cd0..b82a7a1c10 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.50.11", + "version": "0.50.12", "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.50.11/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "bb96613209a58a00b18f9a70264c58cf7365200088c870e079fdff7b6f87d7d2" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.12/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "28dfc5eff8c9f9a99ddc6bb5a708d0ce875b0e6bac5cb9f0ff21d6238a91cf34" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.11/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "f37638fa4b589209537085a6d59de88291a586e7d6d31c4de44d04be0e1aa76c" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.50.12/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "6f18982abca8e855aab692fd88e46417d8eec7aa231d3558a1bd366bd6e140bd" } }, "bin": "terragrunt.exe",