diff --git a/bucket/k2tf.json b/bucket/k2tf.json new file mode 100644 index 0000000000..1f9a49e51a --- /dev/null +++ b/bucket/k2tf.json @@ -0,0 +1,24 @@ +{ + "homepage": "https://github.com/sl1pm4t/k2tf", + "description": "Converts Kubernetes API Objects (in YAML format) into HashiCorp's Terraform configuration language.", + "license": "MPL-2.0", + "version": "0.3.0", + "architecture": { + "64bit": { + "url": "https://github.com/sl1pm4t/k2tf/releases/download/v0.3.0/k2tf_0.3.0_Windows_x86_64.tar.gz", + "hash": "8d424bf2776573e734aa90d9057cda4eb7a01a03a9896b54ab4bdb156ef51b56" + } + }, + "bin": "k2tf.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/sl1pm4t/k2tf/releases/download/v$version/k2tf_$version_Windows_x86_64.tar.gz" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}