mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41: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.17.3",
|
|
"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.17.3/windows_amd64.zip",
|
|
"hash": "014a5d344a5b42cf01c5b4ed7ffef0384d364f9941416148321a5c004b96c650",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|