pulumi/pkg/operations
joeduffy b02cf64416 Tolerate missing children
This changes our resource creation logic to tolerate missing children.
This ultimately shouldn't be necessary, but we appear to have a bug where
sometimes during deletions we end up with dangling child pointers.  See
pulumi/pulumi#613; it tracks fixing the bug, and also removing this
workaround and reenabling the assertion.
2017-11-28 20:07:27 -08:00
..
testdata Refactoring of OperationsProvider code 2017-11-19 22:28:49 -08:00
operations.go Address PR feedback on #600 (#611) 2017-11-28 12:54:36 -08:00
operations_aws.go Address PR feedback on #600 (#611) 2017-11-28 12:54:36 -08:00
operations_cloud_aws.go Address PR feedback on #600 (#611) 2017-11-28 12:54:36 -08:00
operations_cloud_aws_test.go Address PR feedback on #600 (#611) 2017-11-28 12:54:36 -08:00
resources.go Tolerate missing children 2017-11-28 20:07:27 -08:00
resources_test.go Address PR feedback on #600 (#611) 2017-11-28 12:54:36 -08:00