my pulumi up is only creating the stack, and not t...
# general
c
my pulumi up is only creating the stack, and not the actual resources
p
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
I was running async code synchronously 😞