Join Slack
Powered by
:wave:, I've been trying to get outputs working fo...
# typescript
b
breezy-mouse-91375
05/09/2025, 9:44 PM
👋, 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?
testOutput.ts
c
calm-horse-33012
05/14/2025, 5:12 PM
pulumi.dynamic.ResourceProvider takes type arguments, so if you do pulumi.dynamic.ResourceProvider<Input, Output> it will work correctly.
Open in Slack
Previous
Next