Skip to content

Commit 7a1de7e

Browse files
committed
documentation update for private key password
1 parent f1a2585 commit 7a1de7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/index.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ sufficient. For more complex environments you may want to maintain multiple sets
6666
See the [compute single instance example](https://github.com/oracle/terraform-provider-oci/tree/master/examples/compute/instance) for more info.
6767

6868
In your `~/.bash_profile` set these variables:
69+
6970
```
7071
export TF_VAR_tenancy_ocid=<value>
7172
export TF_VAR_compartment_ocid=<value>
@@ -97,7 +98,7 @@ The variables won't be set for the current session, exit the terminal and reopen
9798
It is possible to define the required provider values in the same `~/.oci/config` file that the SDKs and CLI support.
9899
For details on setting up this configuration see [SDK and CLI Configuration File](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/sdkconfig.htm).
99100

100-
_Note: only the `[default]` profile is supported, and the parameter names are slightly different. Provider block from terraform config can be completely removed if all API Key based authentication required values are provided as environment variables, in a `*.tfvars file` or `~/.oci/config`_
101+
_Note: only the `[default]` profile is supported, and the parameter names are slightly different. Provider block from terraform config can be completely removed if all API Key based authentication required values are provided as environment variables, in a `*.tfvars file` or `~/.oci/config`_. When using empty provider block, `private_key_password` if required should to be set in `~/.oci/config`.
101102

102103
### Instance Principal Authentication
103104
Instance Principal authentication allows you to run Terraform from an OCI Instance within your Tenancy. To enable Instance

0 commit comments

Comments
 (0)