{ "version": "1.1.8", "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.1.8/terraform_1.1.8_windows_amd64.zip", "hash": "a14ccf89a3e534d2bfd7fbc1229865d061ac68309a3ff05852f2e829010a517d", "pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null" }, "32bit": { "url": "https://releases.hashicorp.com/terraform/1.1.8/terraform_1.1.8_windows_386.zip", "hash": "30b4254b690d612f9e94f1c2dab887bc90a7c03b217c063b3bd3f1e70d94cc2c", "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" } } }