https://pulumi.com logo
#general
Title
# general
f

fresh-librarian-41835

05/05/2022, 8:40 PM
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

great-sunset-355

05/06/2022, 8:13 AM
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/
6 Views