pulumi/pkg/engine
Joe Duffy 5924f6b8c3
Ensure destroy plugins are present (#1043)
This change uses the prior checkpoint's deployment manifest to pre-
populate all plugins required to complete the destroy operation.  This
allows for subsequent attempts to load a resource's plugin to match the
already-loaded version.  This approach obviously doesn't work in a
hypothetical future world where plugins for the same resource provider
are loaded side-by-side, but we already know that.
2018-03-12 16:27:39 -07:00
..
deploy.go Filter secrets from Pulumi's outputs 2018-03-09 13:23:25 -08:00
destroy.go Filter secrets from Pulumi's outputs 2018-03-09 13:23:25 -08:00
engine.go Rename package to project (#935) 2018-02-14 13:56:16 -08:00
env.go Remove the Engine type entirely. 2018-01-08 14:20:51 -08:00
events.go Only replace secret text if it is longer than 2 characters 2018-03-10 13:03:46 -08:00
eventsink.go Improve error messages output by the CLI (#1011) 2018-03-09 15:43:16 -08:00
plan.go Ensure destroy plugins are present (#1043) 2018-03-12 16:27:39 -07:00
preview.go Filter secrets from Pulumi's outputs 2018-03-09 13:23:25 -08:00
project.go Do not use absolute paths for main/proj 2018-02-18 08:08:15 -08:00