From db0a5fe69922bd2766ffb3309968657f6d84fe62 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Tue, 31 Dec 2024 01:02:55 +0900 Subject: [PATCH] =?UTF-8?q?Update=20overview.md=20(Typo=20"a=20OCI"?= =?UTF-8?q?=E2=86=92"an=20OCI")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/azure-pipelines-terraform/blob/main/overview.md #PingMSFTDocs --- overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overview.md b/overview.md index 4b088e8d..c160442c 100644 --- a/overview.md +++ b/overview.md @@ -7,7 +7,7 @@ Terraform is an open-source tool created by HashiCorp for developing, changing a This extension provides the following components: - A service connection for connecting to an Amazon Web Services(AWS) account - A service connection for connecting to a Google Cloud Platform(GCP) account -- A service connection for connecting to a Oracle Cloud Infrastructure(OCI) account +- A service connection for connecting to an Oracle Cloud Infrastructure(OCI) account - A task for installing a specific version of Terraform, if not already installed, on the agent - A task for executing the core Terraform commands @@ -61,9 +61,9 @@ The Terraform task requires a GCP service connection for setting up the credenti ![Creating a GCP service connection](images/2_GCP_service_endpoint.PNG) -## Create a new service connection for connecting to a OCI account +## Create a new service connection for connecting to an OCI account -The Terraform task requires a OCI service connection for setting up the credentials to connect to an OCI account. For setting up a new OCI service connection: +The Terraform task requires an OCI service connection for setting up the credentials to connect to an OCI account. For setting up a new OCI service connection: - Using OCI Console add an API Key by generating it (https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm#two) and download it - On the project page, go to **Project settings** and choose **Service connections**.