mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
37 lines
1.4 KiB
JSON
37 lines
1.4 KiB
JSON
{
|
|
"version": "1.9.8",
|
|
"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.8/terraform_1.9.8_windows_amd64.zip",
|
|
"hash": "2667de56106bc6707968286357e29c20f8dbbb2f429ef57099b04994f82d9684",
|
|
"pre_install": "ensure \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/terraform/1.9.8/terraform_1.9.8_windows_386.zip",
|
|
"hash": "b9c5a8c3b4a91b89b67f8f58a84b27d0ad423f0286df959176691e077d9f6966",
|
|
"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"
|
|
}
|
|
}
|
|
}
|