Skip to content

Commit

Permalink
OCI documentation added (#249)
Browse files Browse the repository at this point in the history
* documentation for OCI added

* documentation for OCI added

* documentation for OCI added

* documentation for OCI added

* OCI Documentation added

* OCI documentation added

* OCI Documentation added

* rename
  • Loading branch information
mikarinneoracle authored Oct 10, 2024
1 parent c4259b7 commit 0ce60ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tasks/TerraformTask/TerraformTaskV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@
{
"name": "backendServiceOCI",
"type": "connectedService:OracleCloudInfrastructureServiceEndpoint",
"label": "Oracle Cloud Platform connection",
"label": "Oracle Cloud Infrastructure 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.",
"helpMarkDown": "Oracle Cloud Infrastructure 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.",
"groupName": "backendOCI"
},
{
Expand Down
9 changes: 8 additions & 1 deletion azure-devops-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"id": "Microsoft.VisualStudio.Services"
}
],
"description": "Install terraform and run terraform commands to manage resources on Azure, AWS and GCP.",
"description": "Install terraform and run terraform commands to manage resources on Azure, AWS, GCP and OCI.",
"public": true,
"categories": [
"Azure Pipelines"
Expand Down Expand Up @@ -52,6 +52,9 @@
},
{
"path": "images/7_Terraform_plan_apply_destroy.png"
},
{
"path": "images/8_OCI_service_endpoint.PNG"
}
],
"content": {
Expand Down Expand Up @@ -93,6 +96,10 @@
{
"path": "images/7_Terraform_plan_apply_destroy.png",
"addressable": true
},
{
"path": "images/8_OCI_service_endpoint.PNG",
"addressable": true
}
],
"repository": {
Expand Down

0 comments on commit 0ce60ae

Please sign in to comment.