Hi, any reason why an empty `pulumi up` with no changes to the stack (containing ~1200 resources) wo...
a
Hi, any reason why an empty
pulumi up
with no changes to the stack (containing ~1200 resources) would take ~30 minutes to run?
pulumi pre
only takes 1 minute and a half. The logs show that Pulumi is never stuck and there's a whole bunch of
registering resource
,
preparing resource for RPC
and other messages on the logs that feel like Pulumi is doing stuff to all resources of the stack, which makes no sense. I'm using Python and mostly AWS. The final output of
pului up
shows:
Copy code
Resources:
    1176 unchanged

Duration: 28m1s