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