tf-summarize: Add version 0.3.3 (#5204)

Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
Steve Hipwell 2023-10-23 16:03:17 +01:00 committed by GitHub
parent c99c14f07c
commit 2f60b6a714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/tf-summarize.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "0.3.3",
"description": "A command-line utility to print the summary of a Terraform plan.",
"homepage": "https://github.com/dineshba/tf-summarize",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dineshba/tf-summarize/releases/download/v0.3.3/tf-summarize_windows_amd64.zip",
"hash": "c607ab0451538f4880f0c387d44666ab589b75b9bc9dbe9e8e359a1693a121dd"
},
"arm64": {
"url": "https://github.com/dineshba/tf-summarize/releases/download/v0.3.3/tf-summarize_windows_arm64.zip",
"hash": "31a8686d22df928e9ebd28adc67b0a79774633cd80f32537b8c42e432bee67aa"
}
},
"bin": "tf-summarize.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dineshba/tf-summarize/releases/download/v$version/tf-summarize_windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/dineshba/tf-summarize/releases/download/v$version/tf-summarize_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/tf-summarize_SHA256SUMS"
}
}
}