{
    "version": "0.38.6",
    "description": "Terraform Language Server",
    "homepage": "https://github.com/hashicorp/terraform-ls",
    "license": "MPL-2.0",
    "architecture": {
        "64bit": {
            "url": "https://releases.hashicorp.com/terraform-ls/0.38.6/terraform-ls_0.38.6_windows_amd64.zip",
            "hash": "8dcc3a23a8166f5942575d64f6ff5467f6d501fa72bff89941b8cbaeb5ee3de2"
        },
        "arm64": {
            "url": "https://releases.hashicorp.com/terraform-ls/0.38.6/terraform-ls_0.38.6_windows_arm64.zip",
            "hash": "c51a8bcf3ba9e2842007cbf4b6126e4d9f92e29bd44190de4e3b6c7366042420"
        }
    },
    "bin": "terraform-ls.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://releases.hashicorp.com/terraform-ls/$version/terraform-ls_$version_windows_amd64.zip",
                "hash": {
                    "url": "https://releases.hashicorp.com/terraform-ls/$version/terraform-ls_$version_SHA256SUMS"
                }
            },
            "arm64": {
                "url": "https://releases.hashicorp.com/terraform-ls/$version/terraform-ls_$version_windows_arm64.zip",
                "hash": {
                    "url": "https://releases.hashicorp.com/terraform-ls/$version/terraform-ls_$version_SHA256SUMS"
                }
            }
        }
    }
}
