diff --git a/Tasks/TerraformTask/TerraformTaskV4/task.json b/Tasks/TerraformTask/TerraformTaskV4/task.json index 41cf0e0..d2d8b79 100644 --- a/Tasks/TerraformTask/TerraformTaskV4/task.json +++ b/Tasks/TerraformTask/TerraformTaskV4/task.json @@ -184,7 +184,8 @@ }, { "name": "environmentServiceNameOCI", - "type": "connectedService:OCIServiceEndpoint", + "type": "connectedService:OracleCloudInfrastructureServiceEndpoint", + "label": "Oracle Cloud Platform connection", "required": true, "visibleRule": "provider = oci && command != init && command != validate", @@ -315,7 +316,7 @@ }, { "name": "backendServiceOCI", - "type": "connectedService:OCIServiceEndpoint", + "type": "connectedService:OracleCloudInfrastructureServiceEndpoint", "label": "Oracle Cloud Platform connection", "required": true, "helpMarkDown": "Oracle Cloud Platform connection for the terraform backend configuration.

Note: If your connection is not listed or if you want to use an existing connection, you can setup a Oracle Cloud Platform service connection using the 'Add' or 'Manage' button.", diff --git a/azure-devops-extension.json b/azure-devops-extension.json index cc2b353..088a60a 100644 --- a/azure-devops-extension.json +++ b/azure-devops-extension.json @@ -278,7 +278,7 @@ "ms.vss-endpoint.endpoint-types" ], "properties": { - "name": "OCIServiceEndpoint", + "name": "OracleCloudInfrastructureServiceEndpoint", "displayName": "OCI for Terraform", "helpMarkDown": "", "url": {