mirror of https://github.com/pulumi/pulumi.git
ce7e74a4c2
Fixes #12964 This commit uses an untargeted resource's old inputs directly and does not send the untargeted resource's inputs to the provider for alterations in `provider.Check()`. This commit fixes a bug in behavior where `provider.Check()` was no longer be called on untargeted resources. `provider.Check()` would alter the engine's inputs for use in resource.Goals and skipping this would cause `__defaults` to not be configured properly in same steps by `provider.Check()` and cause replaces in some cases. |
||
---|---|---|
.. | ||
lifecycletest | ||
deployment.go | ||
destroy.go | ||
detailedDiff.go | ||
detailedDiff_test.go | ||
doc.go | ||
engine.go | ||
errors.go | ||
events.go | ||
events_test.go | ||
eventsink.go | ||
import.go | ||
journal.go | ||
plugin_host.go | ||
plugins.go | ||
plugins_test.go | ||
project.go | ||
query.go | ||
refresh.go | ||
snapshot.go | ||
update.go | ||
update_test.go |