https://pulumi.com logo
a

abundant-photographer-61227

05/15/2020, 12:34 PM
b

best-lifeguard-91445

05/15/2020, 5:14 PM
What is showing in out.txt ?
a

abundant-photographer-61227

05/15/2020, 7:05 PM
@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

red-match-15116

05/15/2020, 9:02 PM
@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.
2 Views