Hi everyone, I'm looking for debugging help. Big f...
# typescript
a
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
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
I'm late to this, but posting some logs might help as well.