{
    "version": "0.3.20",
    "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.20/tf-summarize_windows_amd64.zip",
            "hash": "4184581ac8887ae7b65552607b3045c448be7fba857617524e5c3f517d588da8"
        },
        "arm64": {
            "url": "https://github.com/dineshba/tf-summarize/releases/download/v0.3.20/tf-summarize_windows_arm64.zip",
            "hash": "8f866d08cde1799308209ac0f94945517719e104749890ae1aac2f509ed71173"
        }
    },
    "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"
        }
    }
}
