:wave:, I've been trying to get outputs working fo...
# typescript
b
👋, I've been trying to get outputs working for a Dynamic Resource Provider in TS. The outputs always return as undefined. Any thoughts? Am I missing something obvious?
c
pulumi.dynamic.ResourceProvider takes type arguments, so if you do pulumi.dynamic.ResourceProvider<Input, Output> it will work correctly.