need clarification on installation instructions
Summary
need clarification on installation instructionsContent
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
1