pulumi/pkg/resource/stack
Alex Clemmer f037c7d143 Checkpoint resource initialization errors
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 begins the process of allowing our CLI to report this by
storing a list of initialization errors in the checkpoint.
2018-07-20 17:59:06 -07:00
..
testdata Add a version property to checkpoints 2018-03-10 13:03:05 -08:00
checkpoint.go Add a migrate package for migrating to and from differently-versioned API types (#1647) 2018-07-20 13:31:41 -07:00
checkpoint_test.go Add license headers 2018-05-22 15:02:47 -07:00
debug.test Add a version property to checkpoints 2018-03-10 13:03:05 -08:00
deployment.go Checkpoint resource initialization errors 2018-07-20 17:59:06 -07:00
deployment_test.go Checkpoint resource initialization errors 2018-07-20 17:59:06 -07:00