Closed oz-chewie closed 11 months ago
Hi there! Thank you for this feedback and for opening an issue. I'm guessing the answer is both, but in your use case are you looking to be able to see ResourceOptions for a specific resource or are you wanting to search by resources with that ResourceOption? I'm trying to think through if this would be solved by Resource Search or the Resource details tab on the stack page.
Definitely want to look for a specific resource but yeah - having a search capability would really help too especially for the case that I brought up where a resource having retain_on_delete=False might end up deleting something you did not intend for deletion! Snowflake tables being a really good case here.
On Sun, Nov 5, 2023 at 1:16 PM Meagan @.***> wrote:
Hi there! Thank you for this feedback and for opening an issue. I'm guessing the answer is both, but in your use case are you looking to be able to see ResourceOptions for a specific resource or are you wanting to search by resources with that ResourceOption? I'm trying to think through if this would be solved by Resource Search or the Resource details tab on the stack page.
— Reply to this email directly, view it on GitHub https://github.com/pulumi/pulumi-cloud-requests/issues/321#issuecomment-1793848038, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZQKVWVPMDEMKPSQFD4V27TYC7X3RAVCNFSM6AAAAAA66S5J2SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJTHA2DQMBTHA . You are receiving this because you authored the thread.Message ID: @.***>
retainOnDelete
is now included on the resource page.
Resources in the UI does not show ResourceOptions on a particular resource. From a Pulumi engineer:
Steps to reproduce
Go to UI, type in a resource name in the resource search dialog, when you see the resource there is no information for ResourceOptions.
Context (Environment)
For instance I want to see if retain_on_delete is True or False on a Snowflake table.