mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 05:41:32 +00:00
* Create terraformer.json * Consolidate autoupdate url * Apply suggestions from code review Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
22 lines
857 B
JSON
22 lines
857 B
JSON
{
|
|
"version": "0.8.18",
|
|
"description": "Tool to generate terraform files from existing infrastructure (reverse Terraform), i.e. infrastructure to code.",
|
|
"homepage": "https://github.com/GoogleCloudPlatform/terraformer",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/GoogleCloudPlatform/terraformer/releases/download/0.8.18/terraformer-all-windows-amd64#/terraformer.exe",
|
|
"hash": "ce130157a2269727e3eacefbbc1684c888f9dc0697cdd26e6ba301275fdd1c1f"
|
|
}
|
|
},
|
|
"bin": "terraformer.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/GoogleCloudPlatform/terraformer/releases/download/$version/terraformer-all-windows-amd64#/terraformer.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|