ScoopInstaller_Main/bucket/terraform-docs.json
2025-12-12 16:30:27 +00:00

25 lines
970 B
JSON

{
"version": "0.21.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.21.0/terraform-docs-v0.21.0-windows-amd64.zip",
"hash": "9f45957d50656ec91c6172d73a6c9e6a22df2ccc7ca880cf288d19d6f5e349db"
}
},
"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"
}
}
}