pulumi/pkg/resource/plugin
joeduffy 3a13621c32 Add rudimentary delete-before-create support
This change adds rudimentary delete-before-create support (see
pulumi/pulumi#450).  This cannot possibly be complete until we also
implement pulumi/pulumi#624, becuase we may try to delete a resource
while it still has dependent resources (which almost certainly will
fail).  But until then, we can use this to manually unwedge ourselves
for leaf-node resources that do not support old and new resources
living side-by-side.
2017-12-13 10:47:18 -08:00
..
analyzer.go Add a manifest to checkpoint files (#630) 2017-12-01 13:50:32 -08:00
analyzer_plugin.go Add a manifest to checkpoint files (#630) 2017-12-01 13:50:32 -08:00
check.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
context.go Set pwd for plugins (#706) 2017-12-12 12:31:09 -08:00
host.go Add a manifest to checkpoint files (#630) 2017-12-01 13:50:32 -08:00
host_server.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
langruntime.go Add a manifest to checkpoint files (#630) 2017-12-01 13:50:32 -08:00
langruntime_plugin.go Add a manifest to checkpoint files (#630) 2017-12-01 13:50:32 -08:00
plugin.go Set pwd for plugins (#706) 2017-12-12 12:31:09 -08:00
provider.go Add rudimentary delete-before-create support 2017-12-13 10:47:18 -08:00
provider_plugin.go Add rudimentary delete-before-create support 2017-12-13 10:47:18 -08:00
rpc.go Add (back) component outputs 2017-11-20 17:38:09 -08:00
rpc_test.go Skip unknown properties (#524) 2017-11-03 13:40:15 -07:00