mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
30 lines
1.2 KiB
JSON
30 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://ibm-cloud.github.io/tf-ibm-docs/",
|
|
"license": "MPL-2.0",
|
|
"version": "1.2.1",
|
|
"description": "The IBM Cloud provider is used to manage provisioning and orchestration of IBM Cloud resources with the Terraform provisioning engine",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.2.1/windows_amd64.zip",
|
|
"hash": "a09523bad6b2c91751b0a288de55fcdaf7c3d39fc770d83696b51d6af91e3f0f",
|
|
"installer": {
|
|
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
|
|
},
|
|
"uninstaller": {
|
|
"script": "Remove-Item -Force \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\\terraform-provider-ibm_v$version.exe\""
|
|
}
|
|
}
|
|
},
|
|
"depends": "versions/terraform011",
|
|
"checkver": {
|
|
"github": "https://github.com/IBM-Cloud/terraform-provider-ibm"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v$version/windows_amd64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|