Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terraform plan fails if oracle private key has a password #2

Open
saywebsolutions opened this issue Sep 11, 2020 · 1 comment
Open

Comments

@saywebsolutions
Copy link

terraform plan
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.


Error: can not create client, bad configuration: did not find a proper configuration for private key

  on main.tf line 1, in provider "oci":
   1: provider "oci" {

I'd suggest adding support for an optional oracle_api_private_key_password in terraform.tfvars that's mapped to private_key_password = var.oracle_api_private_key_password in main.tf

@IGitYou
Copy link

IGitYou commented Jun 18, 2021

I think I have seen a similar issue that I had to work around by dropping the PW. I anticipated digging into this issue for more details after I was able to get it running PWless.. Removing the PW certainly enabled massive progression but I have yet to run free and clear yet and have not been dedicated to this investigation as a result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants