mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 06:01:19 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "1.9.3",
|
|
"description": "Create and manage infrastructure as code using simple declarative configuration files.",
|
|
"homepage": "https://www.terraform.io",
|
|
"license": "BUSL-1.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/1.9.3/terraform_1.9.3_windows_amd64.zip",
|
|
"hash": "87e41f1d58296bf15f050ee262251309568532df7d3410cd7561b4c595ff5268",
|
|
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/1.9.3/terraform_1.9.3_windows_386.zip",
|
|
"hash": "7765640a7dc711fc9c9112b00ab01cd1e39080c889d43ddf00301a1d4a1676e8",
|
|
"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.]+)</a>"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|