https://pulumi.com logo
#install
Title
# install
r

rough-optician-63632

12/22/2020, 9:13 PM
Hi! I am trying to run a
pulumi preview
(or
up
) for the first time. It's gets to this step of waiting for a promise (looking up an S3 bucket) and just kind of hangs. Not really sure how to go about investigating what's happening. Probably something basic, but any help would be appreciated.
Copy code
Type                 Name           Plan       Info
 +   pulumi:pulumi:Stack  api-dev        create...  Bucket ARN: Promise { <pending> }
c

cool-fireman-90027

12/22/2020, 9:56 PM
Have you performed the aws-setup? Can you do this: break out of what you have and then run:
pulumi up --logtostderr -v9 --debug
1