a
b
What is showing in out.txt ?
a
@best-lifeguard-91445
I would be grateful if you can have a look at out.txt and tell me some ideas about what can be wrong.
r
@abundant-photographer-61227 can you tell me what your version of the pulumi CLI is by running
pulumi version
? When I tried to run the same code I ran into the same issue as you (getting stuck on preview). I’m using CLI v2.1 and all the packages in the package.json are pulumi v1.0. I ran
npm i @pulumi/pulumi@latest @pulumi/awsx@latest @pulumi/aws@latest @pulumi/random@latest
which upgrades to 2.0 packages and then
pulumi up
and that fixed the issue.