Hi I updated to the 0.16.9 and my `pulumi update` ...
# general
i
Hi I updated to the 0.16.9 and my
pulumi update
is stuck in previewing update stage:
Copy code
+-  └─ aws:secretsmanager:SecretVersion  integration_user_secret  replace     [diff: ~secretString]; completing deletion from previous update
-v doesn't seem to give me much, tips on how to probe into why it's hanging? I did a refresh and it completes successfully fwiw, but the freeze persists.
w
Curious - did this issue not exist with
0.16.8
? Was this an upgrade of the CLI or the
pulumi
package dependency or both?
i
It's both CLI and package upgrade. It wasn't an issue in
0.16.7
, I don't have any info for
0.16.8
w
You can get very detailed logs with
pulumi up --logtostderr -v 9
. These logs may include sensitive information though, so be careful before sharing them.
👍 1
If you get anything from that command that you think could help us diagnose - feel free to DM me.