You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oracle customers now have access to an enterprise class, developer friendly orchestration tool they can use to manage [Oracle Bare Metal Cloud Service](https://cloud.oracle.com/en_US/bare-metal) resources as well as the [Oracle Compute Cloud](https://github.com/oracle/terraform-provider-compute).
11
+
Oracle customers now have access to an enterprise class, developer friendly orchestration tool they can use to manage [Oracle Cloud Infrastructure](https://cloud.oracle.com/en_US/bare-metal) resources as well as the [Oracle Compute Cloud](https://github.com/oracle/terraform-provider-compute).
12
12
13
-
This Terraform provider is OSS, available to all OBMCS customers at no charge.
13
+
This Terraform provider is OSS, available to all OCI customers at no charge.
14
14
15
15
## Compatibility
16
16
The provider is compatible with Terraform .9.\*.
17
17
18
18
### Coverage
19
-
The Terraform provider provides coverage for the entire BMC API, with some minor exceptions.
19
+
The Terraform provider provides coverage for the entire OCI API, with some minor exceptions.
20
20
21
21
## Getting started
22
-
Be sure to read the FAQ and Writing Terraform configurations for OBMCS in [/docs](https://github.com/oracle/terraform-provider-baremetal/tree/master/docs).
22
+
Be sure to read the FAQ and Writing Terraform configurations for OCI in [/docs](https://github.com/oracle/terraform-provider-oci/tree/master/docs).
23
23
24
24
### Download Terraform
25
25
Download the appropriate **.9.x binary** for your platform.
@@ -32,8 +32,8 @@ previous v.9.x configuration no longer applies. See note below.
@@ -76,7 +76,7 @@ If your TF configurations are limited to a single compartment/user then
76
76
using this `bash_profile` option will work well. For more complex
77
77
environments you may want to maintain multiple sets of environment
78
78
variables.
79
-
See the [compute single instance example](https://github.com/oracle/terraform-provider-baremetal/tree/master/docs/examples/compute/instance) for more info.
79
+
See the [compute single instance example](https://github.com/oracle/terraform-provider-oci/tree/master/docs/examples/compute/instance) for more info.
The variables won't be set for the current session, exit the terminal and reopen.
102
102
103
103
## Deploy an example configuration
104
-
Download the [compute single instance example](https://github.com/oracle/terraform-provider-baremetal/tree/master/docs/examples/compute/instance).
104
+
Download the [compute single instance example](https://github.com/oracle/terraform-provider-oci/tree/master/docs/examples/compute/instance).
105
105
106
106
Edit it to include the OCID of the compartment you want to create the VCN. Remember that the tenancy OCID is the compartment OCID of your root compartment.
0 commit comments