terragrunt: Update to version 0.21.12

This commit is contained in:
Richard Kuhnt 2020-02-10 17:01:49 +00:00
parent 2171267225
commit 4d332840c1

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.11", "version": "0.21.12",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.11/terragrunt_windows_amd64.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.12/terragrunt_windows_amd64.exe#/terragrunt.exe",
"hash": "77cc4b96591e98026cfbeb03e5fae3ff30567873920242e2709c2b470f5afe6a" "hash": "bab79565abed43ce750712ce3922b9a0bef7904b51bfade287242885f77744ef"
}, },
"32bit": { "32bit": {
"url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.11/terragrunt_windows_386.exe#/terragrunt.exe", "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.21.12/terragrunt_windows_386.exe#/terragrunt.exe",
"hash": "d48371b738358a0c01761ac185d86d281fc11f8399ff257fa29436ed713e2678" "hash": "9a4b730ed142db9dd9919a91ac33991ae6327225e812830a73fdd23a396ada50"
} }
}, },
"bin": "terragrunt.exe", "bin": "terragrunt.exe",