terragrunt: Update to version 0.21.1

This commit is contained in:
Richard Kuhnt 2019-10-26 00:00:31 +00:00
parent 0d9b2fa5ec
commit 7481d39216

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.0", "version": "0.21.1",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.0/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.1/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "e97311cbc1f9c2c9f5cca4b81b5afa7d5be52c86461919b43c1d63886d3363f9" "hash": "6a1e23d9fe321fc9b36ab1e524c0e1b58fcf04e0fa4a560ba40c4e1f2e731218"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.0/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.1/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "02d0598d17f5c8ae5c1f4a8cdd0097286692e7c7920c823fc05a3ae384bdfad1" "hash": "8f0a6d399f2835063f3b4ea20d302b214b49e8a42634aee94882973883b3a244"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",