Hello! I am working with CloudQuery with the Oracle OCI plugin. I am trying to use the TF_VAR_private_key
instead of the TF_VAR_private_key_path
, but it seems that is not working. I am getting the following error:
error: Unable to scan/import Command failed: cd ../scanner && ./cloudquery sync ./cloudquery-config/oracle.yml ./cloudquery-config/postgresql.yml
Error: failed to sync v3 source oracle: unexpected error from sync client receive: rpc error: code = Unknown desc = failed to sync records: failed to sync unmanaged client: can not create client, bad configuration: did not find a proper configuration for private key...
I have done some tests with the string I am using and I cut and pasted it into a file and used the TF_VAR_private_key_path
, and it works fine. Might this be a bug, or is there some formatting that I need to do to the file when I copy and paste it as an environment variable to work?