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-fountain-30715
04/26/2022, 10:49 AM
Hi everyone, I’m new at Pulumi and trying to understand if there’s any way to migrate existing GCP project (manually created) to Pulumi ?
v
victorious-church-57397
04/26/2022, 10:53 AM
Pulumi has a concept of importing existing resources in to pulumi stacks.
https://www.pulumi.com/docs/guides/adopting/import/
not sure if this is AWS only or for GCP as well
f
fresh-fountain-30715
04/26/2022, 11:31 AM
I looked at it and I can’t see any option to do so on GCP that’s why I was asking here 🙂
e
echoing-dinner-19531
04/26/2022, 11:47 AM
Using GCP or google-native? GCP should support this, e.g.
https://www.pulumi.com/registry/packages/gcp/api-docs/compute/instance/#import
Post