Hi all. Is there a way to check a resource’s `Reso...
# general
h
Hi all. Is there a way to check a resource’s
ResourceOptions
via either the CLI or the Pulumi Cloud web UI? (Looking specifically for the ability to confirm whether a resource has retainOnDelete set, so if there’s a different way to do that, I’m all ears there too!)
v
Hi, I think you can get this information using stack transformations: https://www.pulumi.com/docs/intro/concepts/resources/options/transformations/
h
Ah, very clever. Thanks! I would not have thought of that