mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
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>
This commit is contained in:
parent
30813e25d9
commit
5ebb1e60fe
21
bucket/terraformer.json
Normal file
21
bucket/terraformer.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user