mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 18:41:18 +00:00
22 lines
857 B
JSON
22 lines
857 B
JSON
{
|
|
"version": "0.8.19",
|
|
"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.19/terraformer-all-windows-amd64#/terraformer.exe",
|
|
"hash": "6cd106d1b198cb1e529133cb17e5df37b74e60a0c55d2a442f4d375e92921212"
|
|
}
|
|
},
|
|
"bin": "terraformer.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/GoogleCloudPlatform/terraformer/releases/download/$version/terraformer-all-windows-amd64#/terraformer.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|