{ "version": "1.5.0", "description": "Create and manage infrastructure as code using simple declarative configuration files.", "homepage": "https://www.terraform.io", "license": "MPL-2.0", "architecture": { "64bit": { "url": "https://releases.hashicorp.com/terraform/1.5.0/terraform_1.5.0_windows_amd64.zip", "hash": "e6bf09843dd4f9a11ea3def7d6103e3977ed8ab84daf3e3570c4c65f2df443e8", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" }, "32bit": { "url": "https://releases.hashicorp.com/terraform/1.5.0/terraform_1.5.0_windows_386.zip", "hash": "a03bf7987aa507d2f41c9f016c93c9b15b1d67c7e4a0034b41a1b5a8a0572e34", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" } }, "bin": "terraform.exe", "checkver": { "url": "https://releases.hashicorp.com/terraform/", "regex": "terraform_([\\d.]+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://releases.hashicorp.com/terraform/$version/terraform_$version_windows_amd64.zip" }, "32bit": { "url": "https://releases.hashicorp.com/terraform/$version/terraform_$version_windows_386.zip" } }, "hash": { "url": "$baseurl/terraform_$version_SHA256SUMS" } } }