diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 5edec33e31..b6ecb66c57 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { "homepage": "https://github.com/gruntwork-io/terragrunt", "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.", - "version": "0.18.7", + "version": "0.19.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.18.7/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "d592ac879a207f8c0e666db1f739e0567f3f7c342caedda2a9d34cc092844dec" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.0/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "c9813b6fa70f52563cc4900fa9385723b25e64707a9f62a3a0008ef476b57b7b" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.18.7/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "679cfdfaab11cb3b354adf1dcb5dcff308c3f004e83e043ff29648403888cb98" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.0/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "466466cf072b17a1fb95b690793d605f7e41351656d0e3113f140feb455d4db5" } }, "bin": "terragrunt.exe",