{
    "version": "1.18.0",
    "description": "A command line tool to switch between different versions of terraform",
    "homepage": "https://tfswitch.warrensbox.com",
    "license": "MIT",
    "architecture": {
        "32bit": {
            "url": "https://github.com/warrensbox/terraform-switcher/releases/download/v1.18.0/terraform-switcher_v1.18.0_windows_386.zip",
            "hash": "0e4078970dd377f4478b753c4bf356c9411431b3ac85313b9428279ff2c7ae05"
        },
        "64bit": {
            "url": "https://github.com/warrensbox/terraform-switcher/releases/download/v1.18.0/terraform-switcher_v1.18.0_windows_amd64.zip",
            "hash": "a909a4b112f8ff2e018cdbf5d21be3ed94b63602ea89bdfa5bc4fd29e94ce2de"
        }
    },
    "bin": "tfswitch.exe",
    "checkver": {
        "github": "https://github.com/warrensbox/terraform-switcher"
    },
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/warrensbox/terraform-switcher/releases/download/v$version/terraform-switcher_v$version_windows_386.zip"
            },
            "64bit": {
                "url": "https://github.com/warrensbox/terraform-switcher/releases/download/v$version/terraform-switcher_v$version_windows_amd64.zip"
            }
        }
    }
}
