pulumi/pkg/resource
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
..
config Filter secrets from Pulumi's outputs 2018-03-09 13:23:25 -08:00
deploy Ensure destroy plugins are present (#1043) 2018-03-12 16:27:39 -07:00
plugin Ensure destroy plugins are present (#1043) 2018-03-12 16:27:39 -07:00
provider Implement the Python langhost RPC server 2018-02-23 19:33:02 -08:00
stack Add a version property to checkpoints 2018-03-10 13:03:05 -08:00
testdata Fix asset bugs; write more tests 2017-10-24 09:00:11 -07:00
asset.go Close assets while creating ZIP archives. 2017-12-12 10:38:27 -08:00
asset_test.go Close assets while creating ZIP archives. 2017-12-12 10:38:27 -08:00
errors.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
properties.go Introduce Output<T> and update Resource construction code to properly handle it. (#834) 2018-02-05 14:44:23 -08:00
properties_diff.go Add diffing logic for assets/archives 2017-07-17 12:11:15 -07:00
properties_diff_test.go Rework asset identity and exposure of old assets. (#548) 2017-11-12 11:45:13 -08:00
properties_test.go Tolerate computed and output properties 2017-08-03 11:01:38 -07:00
resource_goal.go Save resource dependency information in the checkpoint file 2018-02-21 17:49:09 -08:00
resource_id.go Remove a few outdated references (#997) 2018-03-04 13:34:20 -08:00
resource_id_test.go Reparameterize NewUniqueHex/ID 2017-12-10 07:44:11 -08:00
resource_state.go Save resource dependency information in the checkpoint file 2018-02-21 17:49:09 -08:00
stack.go Elide the root stack in parent URNs 2017-12-05 13:41:26 -08:00
status.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
urn.go Remove a few outdated references (#997) 2018-03-04 13:34:20 -08:00
urn_test.go Eliminate type redundancy 2018-02-28 12:44:55 -08:00