diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 2716def458..c3a05c2baa 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.54.3", + "version": "0.54.4", "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.54.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "1d26b8e0868adf4083ee964d9e8a71c792204ae693777451a39366af588107e5" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "37ef49d79c6ce3554f3c72d2991eb61e271436837b7614f4d623b7af1e6f8a5b" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "99d5c05d3979337c59d89ec7ae78269d9bbe01ba644a96a398e4828db7941b5f" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.54.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "86f17caf81ebb29ba7c43ecf50c128e23ddde252f085ea767f0cc1e28bbd48ef" } }, "bin": "terragrunt.exe",