pulumi/sdk/go/pulumi-language-go/testdata/sdks/simple-invoke-10.0.0/simpleinvoke
Julien bd0be8e8ef
[Python] Allow specifiying dependencies for output invokes (#17751)
Provider functions that take inputs as arguments, and return an output
(aka output form invokes), now allow specifying a depends_on option.
This allows programs to ensure that invokes are executed after things
they depend on, similar to the depdends_on resource option.

Fixes https://github.com/pulumi/pulumi/issues/17749
2024-11-20 12:28:41 +00:00
..
internal [go/conformance] Fix l2-resource-config conformance test (#17409) 2024-09-29 11:28:04 +00:00
doc.go [go/conformance] Fix l2-invoke-simple and l2-invoke-variants tests (#17396) 2024-09-27 13:25:54 +00:00
init.go [go/conformance] Fix l2-invoke-simple and l2-invoke-variants tests (#17396) 2024-09-27 13:25:54 +00:00
myInvoke.go [go/conformance] Fix l2-invoke-simple and l2-invoke-variants tests (#17396) 2024-09-27 13:25:54 +00:00
provider.go [go/conformance] Fix l2-invoke-simple and l2-invoke-variants tests (#17396) 2024-09-27 13:25:54 +00:00
pulumi-plugin.json [go/conformance] Fix l2-invoke-simple and l2-invoke-variants tests (#17396) 2024-09-27 13:25:54 +00:00
secretInvoke.go [sdk/python] Send plain values to the engine in output invokes and keep track of input dependencies/secrets (#17460) 2024-10-04 18:42:11 +00:00
stringResource.go [Python] Allow specifiying dependencies for output invokes (#17751) 2024-11-20 12:28:41 +00:00
unit.go [go/conformance] Fix l2-invoke-simple and l2-invoke-variants tests (#17396) 2024-09-27 13:25:54 +00:00