Hi, my team currently supports several teams with ...
# general
j
Hi, my team currently supports several teams with Terraform modules and we plan to switch to Pulumi instead. We have already completed most of the stuff for the new setup: wrote a compoment resource, npm packaging, CI/CD, state backend, etc. The only thing stopping us is the migration of existing resources. I had a look at the import function and it seems pretty cool, but it got me thinking about how to do that for a component resource. The first thing I thought of was adding parameters to the component resource to pass in the IDs of the resources. I'm not sure if that's the best approach to the problem. Do you guys have any experience or solutions for the migration?