Skip to content

Commit b3bab51

Browse files
committed
updated landing page docs - CLI RMS info
1 parent 61b37ad commit b3bab51

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

website/docs/index.html.markdown

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,31 @@ layout: "oci"
33
page_title: "Provider: Oracle Cloud Infrastructure"
44
sidebar_current: "docs-oci-index"
55
description: |-
6-
The Oracle Cloud Infrastructure provider is used to interact with the many resources supported by the Oracle Cloud Infrastructure services. The provider needs to be configured with credentials for the Oracle Cloud Account.
6+
The Oracle Cloud Infrastructure provider is used to interact with the resources supported by the Oracle Cloud Infrastructure services. The provider must be configured with credentials for the Oracle Cloud Account.
77
---
88

99
# Oracle Cloud Infrastructure Provider
1010

11-
The Oracle Cloud Infrastructure provider is used to interact with the many resources supported by the [Oracle Cloud Infrastructure](https://cloud.oracle.com/cloud-infrastructure). The provider needs to be configured with credentials for the Oracle Cloud Infrastructure account.
11+
The Oracle Cloud Infrastructure (OCI) provider allows you to use Terraform to interact with [Oracle Cloud Infrastructure](https://cloud.oracle.com/cloud-infrastructure) resources. Wherever you use a Terraform distribution you can use the OCI Terraform provider, including [Terraform Cloud](https://www.terraform.io/docs/cloud/index.html) and the OCI [Resource Manager](#resource-manager).
1212

13-
Use the navigation to the left to read about the available resources.
13+
## Terraform CLI
1414

15-
~> **Note:** Please visit our new OCI Provider documentation at [official Oracle Cloud Infrastructure documentation](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraform.htm) for tutorials, examples and best practices. Service reference documentation will continue to be available on this [page](https://registry.terraform.io/providers/hashicorp/oci/latest/docs).
15+
For details on configuring the OCI Terraform provider and using it with the Terraform CLI, refer to the [official OCI Terraform provider documentation](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraform.htm), which includes:
1616

17+
- How to [install the provider](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraforminstallation.htm)
18+
- How to [configure the provider](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm)
19+
- Ways you can [describe your infrastructure](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformdescribingyourinfrastructure.htm)
20+
- How to [apply your configurations](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformapplyingyourconfigurations.htm)
21+
- [Example configurations and solutions](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformexamples.htm)
22+
- Troubleshooting [basics](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformtroubleshootingbasics.htm) and [common issues](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformtroubleshooting.htm)
23+
24+
As you write your configuration files, use the left navigation panel on this page to access detailed information about each supported resource and data source.
25+
26+
## Resource Manager
27+
28+
The Oracle Cloud Infrastructure [Resource Manager](https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/landing.htm#ResourceManager) is an Oracle-managed service that is based on Terraform and uses Terraform configuration files to automate deployment and operations for the OCI resources supported by the OCI Terraform provider.
29+
30+
Resource Manager allows you to share and manage infrastructure configurations and state files across multiple teams and platforms. This infrastructure management can't be done with local Terraform installations and Oracle Terraform modules alone. See the [Overview of Resource Manager](https://docs.oracle.com/en-us/iaas/Content/ResourceManager/Concepts/resourcemanager.htm) for more information.
1731
## Example Usage
1832

1933
```hcl

0 commit comments

Comments
 (0)