mirror of https://github.com/pulumi/pulumi.git
61324d5540
Fixes #1643. When a resource fails to initialize (i.e., it is successfully created, but fails to transition to a fully-initialized state), and a user subsequently runs `pulumi update` without changing that resource, our CLI will fail to warn the user that this resource is not initialized. This commit resolves this issue. |
||
---|---|---|
.. | ||
destroy.go | ||
diff.go | ||
engine.go | ||
events.go | ||
eventsink.go | ||
plan.go | ||
project.go | ||
refresh.go | ||
snapshot.go | ||
update.go |