Join Slack
Powered by
I have some pulumi resources which I wanted to mov...
# python
f
faint-pager-13674
08/23/2024, 12:57 PM
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
big-architect-71258
08/23/2024, 6:46 PM
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
faint-pager-13674
08/30/2024, 1:05 AM
That worked like a charm
👍🏻 1
7
Views
Open in Slack
Previous
Next