-
Notifications
You must be signed in to change notification settings - Fork 428
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
[Bug]: Configuration of the provider fails #3350
Comments
Hi @joscha 👋 It looks like the panic comes from reading the key in the driver, but in this case it's not set. How do you configure Please note that OpenTofu is currently not supported. |
I removed the |
You are using |
export SNOWFLAKE_USER="xxx";
export SNOWFLAKE_PRIVATE_KEY_PATH="~/.ssh/xxx.p8";
export SNOWFLAKE_PRIVATE_KEY_PASSPHRASE="xxx"; |
We plan to improve the documentation by grouping all of such issues regarding private keys, and providing more examples, like in #3332 (comment). Regarding the panics, this has been fixed in snowflakedb/gosnowflake#1285, but it needs to be released in gosnowflake, and then upgraded on our side. |
Ah great, this worked, thank you, sorry I didn't connect the two things together. |
Terraform CLI Version
OpenTofu v1.8.6
Terraform Provider Version
1.0.2
Company Name
Planet A
Terraform Configuration
Category
category:provider_config
Object type(s)
No response
Expected Behavior
The snowflake provider should not crash
Actual Behavior
Steps to Reproduce
Upgrade from 0.9.6 -> 1.0.2
with these changes:
How much impact is this issue causing?
High
Logs
No response
Additional Information
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: