Skip to content

Commit

Permalink
renamed to OracleCloudInfrastructureServiceEndpoint (#244)
Browse files Browse the repository at this point in the history
* terraform for OCI

* fix

* Connection config input type fix

* Update task.json

* Update oci-terraform-command-handler.ts

* Update task.json

renamed to OCIServiceEndpoint

* Update azure-devops-extension.json

renamed to OCIServiceEndpoint

* Update azure-devops-extension.json

renamed to OracleCloudInfrastructureServiceEndpoint

* Update task.json

---------

Co-authored-by: mericstam <manuel.ericstam@gmail.com>
  • Loading branch information
mikarinneoracle and mericstam authored Oct 7, 2024
1 parent 9532740 commit 3eb9b2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Tasks/TerraformTask/TerraformTaskV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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.<br><br>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.",
Expand Down
2 changes: 1 addition & 1 deletion azure-devops-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"ms.vss-endpoint.endpoint-types"
],
"properties": {
"name": "OCIServiceEndpoint",
"name": "OracleCloudInfrastructureServiceEndpoint",
"displayName": "OCI for Terraform",
"helpMarkDown": "",
"url": {
Expand Down

0 comments on commit 3eb9b2a

Please sign in to comment.