Join Slack
Powered by
This message was deleted.
# python
s
sparse-intern-71089
03/24/2021, 10:22 PM
This message was deleted.
r
red-match-15116
03/25/2021, 12:08 AM
pulumi.Input[T]
is an alias for
Union[T, Awaitable[T], Output[T]]
so passing in an
Output
is one option, but you can also just pass in a dict.
Open in Slack
Previous
Next