pulumi/pkg/backend
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 Use "discard" when deleting read resources (#2280) 2019-01-31 13:48:44 -08:00
filestate Implement more precise delete-before-replace semantics. (#2369) 2019-01-28 09:46:30 -08:00
httpstate Improve StackReference error message 2019-01-30 15:57:44 -08:00
state Add license headers 2018-05-22 15:02:47 -07:00
apply.go Don't prompt if you want to continue when --skip-preview is passed 2018-10-26 15:41:29 -07:00
backend.go Add commands for managing stack tags (#2333) 2019-01-04 13:23:47 -08:00
snapshot.go Use "discard" when deleting read resources (#2280) 2019-01-31 13:48:44 -08:00
snapshot_test.go Elide unnecessary checkpoint writes. (#1798) 2018-08-20 14:14:50 -07:00
stack.go Add commands for managing stack tags (#2333) 2019-01-04 13:23:47 -08:00
updates.go Fix error when canceling update (#2254) 2018-11-29 12:54:05 -08:00