terragrunt: Update to version 0.19.0

This commit is contained in:
Richard Kuhnt 2019-06-10 12:02:04 +00:00
parent 30e3b08b89
commit ac94d68cbe

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://github.com/gruntwork-io/terragrunt", "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.", "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", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.18.7/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.0/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "d592ac879a207f8c0e666db1f739e0567f3f7c342caedda2a9d34cc092844dec" "hash": "c9813b6fa70f52563cc4900fa9385723b25e64707a9f62a3a0008ef476b57b7b"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.18.7/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.0/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "679cfdfaab11cb3b354adf1dcb5dcff308c3f004e83e043ff29648403888cb98" "hash": "466466cf072b17a1fb95b690793d605f7e41351656d0e3113f140feb455d4db5"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",