mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +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": "0.22.0",
|
|
"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/v0.22.0/windows_amd64.zip",
|
|
"hash": "bff85787099e37caa5377850acf0b75f02f8a713e79270341542177314702abc",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|