Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 7a21ff0

Browse files
committed
button reword
1 parent 0c49023 commit 7a21ff0

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,24 @@
33
This README describes the steps to setup your environment so it can run Oracle Cloud Infrastructure (OCI) Quick Start examples.
44

55
## Create an OCI Account
6-
If you don't have an OCI account, you can sign up for a free trial [here](https://cloud.oracle.com/en_US/tryit). The free trial only has the Ashburn region enabled by default. Depending on what Terraform modules you're going to deploy, you may need to enable other regions. Similarly, the default quotas are pretty low, so you might need to request increases.
6+
7+
If you don't have an OCI account, you can sign up for a free trial [here](https://cloud.oracle.com/en_US/tryit).
8+
Depending on what Terraform modules you're going to deploy, you may need to [subscribe to other regions](https://docs.cloud.oracle.com/en-us/iaas/Content/Identity/Tasks/managingregions.htm) beyond your home region. Similarly, the default quotas are pretty low, so you might need to submit a [service limit](https://docs.cloud.oracle.com/en-us/iaas/Content/General/Concepts/servicelimits.htm) increase.
9+
10+
## Oracle Resource Manager
11+
12+
[Oracle Resource Manager](https://docs.cloud.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm)
13+
is OCI's terraform service inside the OCI console. Any Quick Start that has a
14+
`Deploy to Oracle Cloud` button like the one below can deploy directly to ORM without any
15+
setup of your local environment.
16+
17+
![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)
18+
19+
You will need an ssh key for almost all Quick Starts. If you don't have one already
20+
please follow [these instructions](https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/creatingkeys.htm) or run the `ssh-keygen` commands in the [Setup Keys](#setup-keys) section below.
21+
22+
To launch a Quick Start from a local copy you've cloned, you need to complete the
23+
steps below.
724

825
## Install Terraform
926

0 commit comments

Comments
 (0)