mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
terraform-docs: Add version 0.16.0 (#3169)
* Create terraform-docs.json * Apply suggestions from code review Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
13a713166d
commit
e3fb0bd836
24
bucket/terraform-docs.json
Normal file
24
bucket/terraform-docs.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"version": "0.16.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.16.0/terraform-docs-v0.16.0-windows-amd64.zip",
|
||||||
|
"hash": "b1e63cede84ae139045d5385c389232fbbcb369a99496b94ec1cd733b8d4d125"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user