ScoopInstaller_Main/bucket/terraformer.json
Jordy Hulck 5ebb1e60fe
terraformer: Add version 0.8.18 (#3228)
* 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>
2022-01-21 21:21:14 +05:30

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"
}
}
}
}