This message was deleted.
# general
s
This message was deleted.
b
You can use aliases. Docs are here: https://www.pulumi.com/docs/intro/concepts/resources/#aliases and there's a great blog post on refactoring using aliases here https://www.pulumi.com/blog/cumundi-guest-post/
l
Aliases apply to the Pulumi name (1st parameter to constructor). If you mean the resource name in your cloud provider (e.g. the "bucket" property of an S3 bucket), then ignoreChanges should work.