https://pulumi.com logo
c

chilly-magazine-4507

10/21/2021, 12:01 PM
my pulumi up is only creating the stack, and not the actual resources
p

prehistoric-activity-61023

10/21/2021, 12:32 PM
are you sure the code that’s supposed to create resources is actually run?
👍 1
there’s no auto-magic discovery in pulumi so you have to make sure that files are actually executed (e.g. by importing them)
c

chilly-magazine-4507

10/21/2021, 1:26 PM
I was running async code synchronously 😞
2 Views