pulumi/pkg/backend/display
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
..
display.go Fix synchronization with the event renderer (#2290) 2018-12-13 19:58:26 -08:00
jsonmessage.go Fix a few lint warnings 2018-09-05 08:25:23 -07:00
options.go Add an option to suppress displaying stack outputs (#2029) 2018-10-06 14:13:02 -07:00
progress.go Use "discard" when deleting read resources (#2280) 2019-01-31 13:48:44 -08:00
rows.go Ensure we show the properties that changed when doing a multi-stage replace. (#2153) 2018-11-05 12:37:53 -08:00