mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
970 B
JSON
25 lines
970 B
JSON
{
|
|
"version": "0.19.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.19.0/terraform-docs-v0.19.0-windows-amd64.zip",
|
|
"hash": "9d6d63b6c57fa82ec4bb61e7cdf504f52470fae3e46e293a7e9fcccbaddb1ba7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|