You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

need clarification on installation instructions

edited Dec 4, 2017 8:00AM in OCI - General 2 comments

Summary

need clarification on installation instructions

Content

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!