ScoopInstaller_Main/bucket/terraform-docs.json
2024-05-31 00:33:26 +00:00

25 lines
970 B
JSON

{
"version": "0.18.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.18.0/terraform-docs-v0.18.0-windows-amd64.zip",
"hash": "37de7c80d96c43095cfa40322ca9cfedcd3e7a8aed084190cacd850c7d8217ab"
}
},
"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"
}
}
}