https://pulumi.com logo
Title
n

nice-rain-32013

02/10/2023, 4:43 PM
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?
b

billowy-army-68599

02/10/2023, 4:49 PM
did you modify the password manually outside pulumi, then update it?
n

nice-rain-32013

02/10/2023, 4:50 PM
i changed the password manually on snowflake, then updated it in the pulumi config
when i run pulumi up now, it seems the config is pulled from storage, overriding my local config?
b

billowy-army-68599

02/10/2023, 4:53 PM
Run Pulumi refresh first
n

nice-rain-32013

02/10/2023, 4:55 PM
when i do, then all operations fail as the old password is used
oh but then up works
ok, problem solved. Not super intuitive but works 🙂
thank you 🙂