mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
30 lines
1.2 KiB
JSON
30 lines
1.2 KiB
JSON
{
|
|
"version": "1.19.0",
|
|
"description": "The IBM Cloud provider is used to manage provisioning and orchestration of IBM Cloud resources with the Terraform provisioning engine",
|
|
"homepage": "https://ibm-cloud.github.io/tf-ibm-docs/",
|
|
"license": "MPL-2.0",
|
|
"depends": "versions/terraform011",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.19.0/windows_amd64.zip",
|
|
"hash": "7e74443db45f73fcd4010632f0438e687c0ef798ea2cd592a716d74b7de4e6f1",
|
|
"installer": {
|
|
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
|
|
},
|
|
"uninstaller": {
|
|
"script": "Remove-Item \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\\terraform-provider-ibm_v$version.exe\" -Force"
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|