terragrunt: Update to version 0.19.8

This commit is contained in:
Richard Kuhnt 2019-07-02 17:00:27 +00:00
parent 7898c266b6
commit b409c7cf14

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.19.7", "version": "0.19.8",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.7/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.8/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "6d338a8ea28170787a55013a9838a59d5643af564c8a271771146a8fdea09a3e" "hash": "71e99bc03a29072752fad547e0863a80e7d6ff2d0c750001c049152e66d852e4"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.7/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.19.8/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "b350743bec1823665214c83f8c1acb3411f9737c764db411681c981dd3c586e5" "hash": "08691d993deee15c9e1877dc622cb0690703e824943a0e2ae2b37c01c27eaa70"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",