From 573d83a0471fa8d86b40c18dbd50071093294ab0 Mon Sep 17 00:00:00 2001 From: martygubar Date: Thu, 30 Jan 2025 16:07:40 -0500 Subject: [PATCH] fixed oci readme --- multicloud/oci-cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multicloud/oci-cli/README.md b/multicloud/oci-cli/README.md index 0276dce..58840e2 100644 --- a/multicloud/oci-cli/README.md +++ b/multicloud/oci-cli/README.md @@ -1,7 +1,7 @@ # Create an Autonomous Database on OCI There are different ways that you can deploy a new Oracle Autonomous Database: * [Using the OCI Console](https://youtu.be/5BUXoBewZbQ) -* [Using Terraform scripts](https://github.com/oci-landing-zones/terraform-oci-multicloud-azure/tree/main) +* Using Terraform scripts: [Oracle Cloud Foundation Terraform Structure](https://github.com/oracle-devrel/terraform-oci-oracle-cloud-foundation/tree/main/cloud-foundation) * Using the OCI CLI The steps below show how to create an Autonomous Database using the OCI CLI. @@ -16,7 +16,7 @@ The steps below show how to create an Autonomous Database using the OCI CLI. ## Deploy your Autonomous Database Autonomous Database will be deployed on a public endpoint - which will simplify the architecture. The OCI CLI will deploy: -* An Oracle Autonomous Database. It is deployed to a private subnet on that VPC Network. That private subnet is managed by Oracle Database@Google Cloud. +* An Oracle Autonomous Database * An Object Storage bucket with sample data * Sample code will use OCI GenAI (or other AI service). * Use your computer as a client.