I have some pulumi resources which I wanted to mov...
# python
f
I have some pulumi resources which I wanted to move to new componentresources without deleting the resource. Is there a way to do that?
b
Specify aliases for the old resources so that Pulumi knows that they are now under control of the component resource. https://www.pulumi.com/docs/concepts/options/aliases/
f
That worked like a charm
👍🏻 1