My pulumi up's are hanging on ` debug: Trying to g...
# general
a
My pulumi up's are hanging on
debug: Trying to get account information via sts:GetCallerIdentity
...is there anything past
--debug
to use to investigate why this is happening?
AWS_PROFILE=myprofile aws sts get-caller-identity
returns almost immediately.
(returns with my creds)
g
Which version of Pulumi CLI and
@pulumi/pulumi
are you on? There was a Node-related issue with hanging calls that was fixed in Pulumi
1.3.2
.
a
1.3.0, lemme try to upgrade.
whoa, that seemed to fix it. it's weird that it just started happening, but great. easy fix. thank you!