pulumi/pkg/engine
Alex Clemmer 61324d5540 Print CLI warning for resource init failures
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.
2018-07-20 17:59:06 -07:00
..
destroy.go Add license headers 2018-05-22 15:02:47 -07:00
diff.go Add license headers 2018-05-22 15:02:47 -07:00
engine.go Add license headers 2018-05-22 15:02:47 -07:00
events.go Add license headers 2018-05-22 15:02:47 -07:00
eventsink.go Add license headers 2018-05-22 15:02:47 -07:00
plan.go Print CLI warning for resource init failures 2018-07-20 17:59:06 -07:00
project.go Add license headers 2018-05-22 15:02:47 -07:00
refresh.go Add license headers 2018-05-22 15:02:47 -07:00
snapshot.go Add license headers 2018-05-22 15:02:47 -07:00
update.go Partial status for resource providers 2018-07-02 13:32:23 -07:00