Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

need clarification on installation instructions

499222Dec 4 2017

I followed the directions on https://github.com/oracle/terraform-provider-oci#on-nix

~~~

https://github.com/oracle/terraform-provider-oci/releases

Unpack the provider. Terraform v0.10.x introduces a change to plugin management where v0.9.x configuration no longer applies. To be compatible with both terraform v0.9.x and v0.10.x, put the provider in the following location:

https://github.com/oracle/terraform-provider-oci#on-nixOn *nix

~/.terraform.d/plugins/ 

Then create the ~/.terraformrc file that specifies the path to the oci provider (only required for v0.9.x).

providers { oci = "~/.terraform.d/plugins/terraform-provider-oci" } 

https://github.com/oracle/terraform-provider-oci#on-windows

~~~

At this point I expected to be able to run 'terraform providers', but when I do it doesn't show any providers available.  Assistance please.

Comments
Post Details
Added on Dec 4 2017
0 comments
289 views