terragrunt: Update to version 0.22.3

This commit is contained in:
Richard Kuhnt 2020-02-18 20:01:50 +00:00
parent 818394cc8c
commit 4b8aaabcb5

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.22.1", "version": "0.22.3",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.1/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.3/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "04470ba88e2ba77db1af55423dfb53453550f7c91841a1628f5dd3a36cc4e618" "hash": "8899394d1d2e2f4d32cb2f85390a58fd303388ebae9ad19e52e56b63b53bd347"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.1/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.22.3/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "99b2a60c546785454eff1d2d79f4d7ed70c1250fe09e93f9dd652362e7c9cd3e" "hash": "47076485e4ef45a9aec43632ca1a26a8301619e69713509b751d358f4a6a263a"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",