mirror of https://github.com/pulumi/pulumi.git
c7ec41f0c5
### Description #17237 introduced output invokes that don't rely on plain invokes, however since they now no longer await inputs in the generated provider sdks and instead await them in the core sdk, we should short-circuit the output invoke if it contained any unknown values so that the behaviour matches what was happening before the change. |
||
---|---|---|
.. | ||
codegen.spec.ts |