Hello everyone,
there's something i must be missing: i have a snowflake password for the pulumi user in my config (with config set --secret) and I had to change it on the DB, so changed it with pulumi config set as well.
When running pulumi, the password used is the old one, so of course all the operations fail. Using -v5 I can clearly see the password used by the TF provider is the old one.
What am I doing wrong?
Or, more to the point: why is pulumi using the old configuration and not the local, updated one?