Hi all! I'm trying to use snowflake provider and I...
# typescript
r
Hi all! I'm trying to use snowflake provider and I always get
password is empty
error, even though all parameters are correctly set 😒 Any idea how to debug this ?
b
Enable debug logs and search inside the output file for any clues why the provider is complaining that the password is missing.
Copy code
TF_LOG=TRACE pulumi up --logtostderr --logflow -v=10 2> out.txt