terragrunt: Update to version 0.19.1

This commit is contained in:
Richard Kuhnt 2019-06-12 00:00:44 +00:00
parent 0846e240b5
commit 301f712f20

View File

@ -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.19.0",
"version": "0.19.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.0/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "c9813b6fa70f52563cc4900fa9385723b25e64707a9f62a3a0008ef476b57b7b"
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "19413c717d7cc178dbde39b2d46f15ff376b2db5c19d936722c5de508bb3d501"
},
"32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.0/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "466466cf072b17a1fb95b690793d605f7e41351656d0e3113f140feb455d4db5"
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.1/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "a1d4d589802cc447da15680e2e30747e6b7cffb8ec4886ab25a61da110dd8b9c"
}
},
"bin": "terragrunt.exe",