mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
970 B
JSON
25 lines
970 B
JSON
{
|
|
"version": "0.20.0",
|
|
"description": "Generate documentation from Terraform modules in various output formats",
|
|
"homepage": "https://github.com/terraform-docs/terraform-docs",
|
|
"license": "MIT License ",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/terraform-docs/terraform-docs/releases/download/v0.20.0/terraform-docs-v0.20.0-windows-amd64.zip",
|
|
"hash": "fb372a26f934dc0e163ca914a5aa99fe13d094b1f64f937efe9dc79bdddf05a0"
|
|
}
|
|
},
|
|
"bin": "terraform-docs.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/terraform-docs/terraform-docs/releases/download/v$version/terraform-docs-v$version-windows-amd64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/terraform-docs/terraform-docs/releases/download/v$version/terraform-docs-v$version.sha256sum"
|
|
}
|
|
}
|
|
}
|