strong-helmet-83704
08/26/2022, 5:18 PMretain_on_delete=True
to the ResourceOptions. My understanding was that it would only remove it from the stack and not perform the API call to delete. What part of this flow am i misunderstanding?retain_on_delete=True
flag to code AFTER my stack was already created, Pulumi has not had the opportunity to add this option to the stack/state for that resource…?square-ability-48831
08/26/2022, 6:56 PMpulumi up
to get the retain_on_delete
to pulumi's state store - the pulumi up
will not report any changes, but it will add the retain_on_delete
attrib to the state file - if you're using the pulumi hosted state, check pulumi console
before and after the no-op up
strong-helmet-83704
08/26/2022, 7:01 PMsquare-ability-48831
08/26/2022, 7:02 PMstrong-helmet-83704
08/26/2022, 7:03 PM