You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
Steps to reproduce
https://github.com/pulumi/registry/blob/283f5195c90de50e524266cc1de8b39d93a0a2a8/themes/default/content/registry/packages/oci/installation-configuration.md#configuring-credentials
Expected Behavior
pulumi up
should work if using the above instructionsActual Behavior
pulumi up
reports the following error, if using the above instructionsVersions 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).
The text was updated successfully, but these errors were encountered: