pulumi/pkg/engine
Pat Gavlin 128afe3323
Use "discard" when deleting read resources (#2280)
In general, a "delete" in Pulumi is destroying an actual physical
resource. In the case of a read resource, however, the delete is
merely removing the resource from the stack; the physical resource
is not affected. These changes attempt to clarify this situation by
using the term "discard" rather than "delete".

Fixes #2015.
2019-01-31 13:48:44 -08:00
..
destroy.go Implement status sinks 2018-08-31 15:56:53 -07:00
diff.go Use "discard" when deleting read resources (#2280) 2019-01-31 13:48:44 -08:00
engine.go Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
errors.go Show a better error message when decrypting fails (#1815) 2018-08-22 15:32:54 -07:00
events.go Implement status sinks 2018-08-31 15:56:53 -07:00
eventsink.go Make a smattering of CLI UX improvements 2018-09-24 08:43:46 -07:00
lifecycle_test.go Use "discard" when deleting read resources (#2280) 2019-01-31 13:48:44 -08:00
plan.go Implement more precise delete-before-replace semantics. (#2369) 2019-01-28 09:46:30 -08:00
project.go Add license headers 2018-05-22 15:02:47 -07:00
refresh.go Implement status sinks 2018-08-31 15:56:53 -07:00
snapshot.go Add license headers 2018-05-22 15:02:47 -07:00
update.go Implement more precise delete-before-replace semantics. (#2369) 2019-01-28 09:46:30 -08:00