This message was deleted.
# getting-started
s
This message was deleted.
b
you can set the private key as a config secret: https://www.pulumi.com/registry/packages/snowflake/api-docs/provider/#privatekey_go
Copy code
cat id_rsa | pulumi config set snowflake:privateKey --secret
g
Thanks, that's simple. I already set the secret in my config just like that but couldn't find out how to use it. Pulumi sent me off to the GitHub repo, but this looks more complete and looks easy. Thank you.