Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#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
Post