mirror of https://github.com/pulumi/pulumi.git
633efb823b
In the engine, propagate the following options to provider.Construct: - additionalSecretOutputs - customTimeouts - deleteBeforeReplace - deletedWith - ignoreChanges - replaceOnChanges - retainOnDelete Note that in RegisterResource, there's a bit that goes: if remote { provider.Construct(...) } else { resource.NewGoal(...) } With this change, all information passed to resource.NewGoal is also touched for provider.Construct in some form. |
||
---|---|---|
.. | ||
analyzer | ||
deploy | ||
edit | ||
graph | ||
provider | ||
stack | ||
testdata |