mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	terraform-provider-ibm: Update to version 1.13.1
This commit is contained in:
		
							parent
							
								
									cd4b21fe54
								
							
						
					
					
						commit
						f8c3b92daa
					
				@ -1,18 +1,18 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "version": "1.13.0",
 | 
					    "version": "1.13.1",
 | 
				
			||||||
    "description": "The IBM Cloud provider is used to manage provisioning and orchestration of IBM Cloud resources with the Terraform provisioning engine",
 | 
					    "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/",
 | 
					    "homepage": "https://ibm-cloud.github.io/tf-ibm-docs/",
 | 
				
			||||||
    "license": "MPL-2.0",
 | 
					    "license": "MPL-2.0",
 | 
				
			||||||
    "depends": "versions/terraform011",
 | 
					    "depends": "versions/terraform011",
 | 
				
			||||||
    "architecture": {
 | 
					    "architecture": {
 | 
				
			||||||
        "64bit": {
 | 
					        "64bit": {
 | 
				
			||||||
            "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.13.0/windows_amd64.zip",
 | 
					            "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.13.1/windows_amd64.zip",
 | 
				
			||||||
            "hash": "c4466ef4ec484acf991853477daaac9a6295bc58ff034f8703883b9d086e910d",
 | 
					            "hash": "f6ceed167b5a4119ef016e43e8a3b9efc995b25e419d3204f17d8932e79f3d14",
 | 
				
			||||||
            "installer": {
 | 
					            "installer": {
 | 
				
			||||||
                "script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
 | 
					                "script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "uninstaller": {
 | 
					            "uninstaller": {
 | 
				
			||||||
                "script": "Remove-Item -Force \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\\terraform-provider-ibm_v$version.exe\""
 | 
					                "script": "Remove-Item \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\\terraform-provider-ibm_v$version.exe\" -Force"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user