Hi! I am trying to run a `pulumi preview` (or `up`...
# install
r
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
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