Hi everyone, I'm looking for debugging help. Big fan of pulumi and have a typescript project connected to a postgresql backend. I've got a vm setup on digitalocean that does CI-like pulumi up/destroy operations and it's hanging for some reason which I'm having trouble narrowing down the cause of. It works intermittently and I haven't had any problems running the up/destroy operations locally. Any pointers for where to look or how to debug?
l
little-cartoon-10569
03/22/2026, 8:43 PM
Does it hang before producing much output? I know that expired short-term cloud creds produces behaviour like that. To debug it, I would put in a non-Pulumi use of the cloud creds before calling Pulumi. Something equivalent to
pulumi env open test ; aws --profile test-dev sts get-caller-identity
.
m
modern-spring-15520
03/25/2026, 1:45 PM
I'm late to this, but posting some logs might help as well.