pulumi/tests/testdata/codegen/regress-py-17219/python/pulumi_cloudinit
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
..
README.md
__init__.py
_inputs.py
_utilities.py Replace asyncio.ensure_future with create_task (#17406) 2024-09-30 12:53:15 +00:00
config.py
get_config.py [Python] Allow specifiying dependencies for output invokes (#17751) 2024-11-20 12:28:41 +00:00
outputs.py
provider.py
pulumi-plugin.json
py.typed

README.md