Is there any documentation on how to import resour...
# general
f
Is there any documentation on how to import resources into a pulumi component resource? IE: i have a dev component resource that builds vpc, subnets, vms, etc. How would i import a VPC into that DEV Component?
g
I think you will need to mess with Aliases or use
rename
so that URN updates https://www.pulumi.com/docs/reference/cli/pulumi_state_rename/