mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "1.84.2",
 | |
|     "description": "The IBM Cloud provider is used to manage provisioning and orchestration of IBM Cloud resources with the Terraform provisioning engine",
 | |
|     "homepage": "https://cloud.ibm.com/docs/ibm-cloud-provider-for-terraform/",
 | |
|     "license": "MPL-2.0",
 | |
|     "depends": "versions/terraform011",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.84.2/terraform-provider-ibm_1.84.2_windows_amd64.zip",
 | |
|             "hash": "6ed913705fee7e1c668deee40432285035d05508f863e3ed1b6692fc11efe3e7",
 | |
|             "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": {
 | |
|         "url": "https://api.github.com/repositories/94801963/releases",
 | |
|         "regex": "releases/download/v([\\d.]+)/"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v$version/terraform-provider-ibm_$version_windows_amd64.zip"
 | |
|             }
 | |
|         },
 | |
|         "hash": {
 | |
|             "url": "$baseurl/terraform-provider-ibm_$version_SHA256SUMS"
 | |
|         }
 | |
|     }
 | |
| }
 | 
![github-actions[bot]](/assets/img/avatar_default.png)