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:
Jordy Hulck 2022-01-21 16:51:14 +01:00 committed by GitHub
parent 30813e25d9
commit 5ebb1e60fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/terraformer.json Normal file
View 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"
}
}
}
}