mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 02:31:21 +00:00
terraform-provider-ibm: Add version 0.17.1 (#187)
This commit is contained in:
parent
48bb758000
commit
4db36ee54f
29
bucket/terraform-provider-ibm.json
Normal file
29
bucket/terraform-provider-ibm.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://ibm-cloud.github.io/tf-ibm-docs/",
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"version": "0.17.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/v0.17.1/windows_amd64.zip",
|
||||||
|
"hash": "42375dd14fd1690d15cc59e2f77efe54018dbfab9f28bb97030caf9ce202691b",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user