diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index b25fd40b7e..3ccc14326e 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.27.0", + "version": "0.27.1", "description": "Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your 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.27.0/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "4c49659fb80d47fb4df098f2461fcc32935ceea36ee7da51059cc3cc194153e4" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.27.1/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "984ac449c31d3e62f458a72708f9b12b4ec9155d4758cf76e28e44c1bae0ae3d" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.27.0/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "e15f8b957e63678ffb3e0b9e0bc3a272ad5feb7f08c19f9e8697b4709f51c304" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.27.1/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "499ebfb64c2b1c2bbd793a7a3059bfc4f3af40b85342c2a14e2af7281d259b44" } }, "bin": "terragrunt.exe",