generated from pulumi/pulumi-tf-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
awaiting-feedbackBlocked on input from the authorBlocked on input from the authorkind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of spec
Description
What happened?
Documentation for the The Oracle Cloud Infrastructure Configuring Credentials is incorrect.
TF_VAR_private_key_file should be updated to TF_VAR_private_key_path
Under environment variables it should read:
export TF_VAR_tenancy_ocid="ocid1.tenancy.oc1..<unique_ID>"
export TF_VAR_user_ocid="ocid1.user.oc1..<unique_ID>"
export TF_VAR_fingerprint="<key_fingerprint>"
export TF_VAR_region="us-ashburn-1"
export TF_VAR_private_key_path="/path/to/oci_api_key.pem"
Steps to reproduce
Expected Behavior
pulumi up should work if using the above instructions
Actual Behavior
pulumi up reports the following error, if using the above instructions
error: 1 error occurred:
* can not create client, bad configuration: did not find a proper configuration for private key
Versions used
No response
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
Metadata
Metadata
Assignees
Labels
awaiting-feedbackBlocked on input from the authorBlocked on input from the authorkind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of spec