Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCI documentation added #249

Merged
merged 9 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading