mirror of https://github.com/pulumi/pulumi.git
bd0be8e8ef
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 |
||
---|---|---|
.. | ||
mod1 | ||
mod2 | ||
README.md | ||
__init__.py | ||
_inputs.py | ||
_utilities.py | ||
foo.py | ||
func_with_all_optional_inputs.py | ||
module_test.py | ||
outputs.py | ||
provider.py | ||
pulumi-plugin.json | ||
py.typed |