terragrunt: Update to version 0.21.3

This commit is contained in:
Richard Kuhnt 2019-11-06 00:00:35 +00:00
parent b0a01f77d8
commit 6c446a4333

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.21.2", "version": "0.21.3",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.2/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.3/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "f313ebd8eb165c893adccc6801033ce1a479832be79d65cca61a58c44e342700" "hash": "93ce119b45d3531d528686832eef53c48b9f178641f55777e3984afae7d527d4"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.2/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.3/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "05d451e00445c3c6fb6926ab0ac737d163c68ea1f8009167a29619ceefdc6b4f" "hash": "0f6ca0b559e2a31c3d1508850588a2e0570e100523f92923b5fd88b4675b57be"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",