pulumi/pkg/resource/stack
Fraser Waters 5d91f8f322
Add RetainOnDelete resource option (#8746)
* Plumb in basics of retainOnDelete

* Add test

* Make test pass

* Add to changelog

* Add to API list

* lint

* Add semicolon

* Fix Infof call

* Fix method call

* new delete mode work

* cleanup

* protectTest

* Fix up test

* Fix replace

* Fix up test

* Warn on drop

* lint

* Change to just a bool flag

* Regenerate proto

* Rework to just a bool flag with no error

* Remove old comment

* Fix C# typo

* rm extra space

* Add missing semicolon

* Reformat python

* False typo

* Fix typo in js function name

* Reword docs

* lint

* Read doesn't need retainOnDelete
2022-02-16 22:11:12 +00:00
..
testdata Add a version property to checkpoints 2018-03-10 13:03:05 -08:00
checkpoint.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
checkpoint_test.go Add license headers 2018-05-22 15:02:47 -07:00
deployment.go Add RetainOnDelete resource option (#8746) 2022-02-16 22:11:12 +00:00
deployment_test.go Add RetainOnDelete resource option (#8746) 2022-02-16 22:11:12 +00:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
plan.go Preview of update plans (#8448) 2022-01-31 10:31:51 +00:00
secrets.go Fix passphrase secrets provider prompting (#8986) 2022-02-16 13:39:08 -08:00
secrets_test.go Using a decryptAll functionality when deserializing a deployment (#8676) 2022-01-24 22:33:40 +02:00