{ "homepage": "https://www.terraform.io", "description": "Create and manage infrastructure as code using simple declarative configuration files.", "license": "MPL-2.0", "version": "0.14.0", "architecture": { "64bit": { "url": "https://releases.hashicorp.com/terraform/0.14.0/terraform_0.14.0_windows_amd64.zip", "hash": "1364434d84981681a1d2f4f7d2d313f2abf23a971b9acd02630dd401000214f2", "installer": { "script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" } }, "32bit": { "url": "https://releases.hashicorp.com/terraform/0.14.0/terraform_0.14.0_windows_386.zip", "hash": "464240a880b2338b1500b144b6b75eba21b1e63e0a22769e20a42d0752bc7e66", "installer": { "script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null" } } }, "bin": "terraform.exe", "checkver": { "url": "https://releases.hashicorp.com/terraform/", "re": "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" } } }