square-rose-64819
04/01/2020, 6:07 PMwhite-balloon-205
04/01/2020, 6:08 PM've noticed that if i make a new module and import it from within my index.ts file, pulumi won't create any of the resources unless i reference themThis is a slightly unfortunate TypeScript gotcha. If you use
import "file"
syntax, it should work.square-rose-64819
04/01/2020, 6:13 PM