Is it possible to migrate a project to another project within the same account (without organizations)?
Current Architecture:
I want to transfer all my work from My First Project to My Data Pipeline. Is this possible? If so, could someone provide a step-by-step guide?
I woudl liek to understand if we have a development project and wanting to move it to a production project in GCP. How can this be done?
Hello @dvdepassessment ,Welcome on Google Cloud Community.
No. It's not possible by default. You have to deal with it as with new project tbh, because there is no mechanism for moving resources between projects. You could eventually export your project's resources via gcloud beta resource-config command and then try to combine terraform exports into usable terraform code.[1]
[1]. https://cloud.google.com/docs/terraform/resource-management/export
PS: There is a mechanism for moving projects between ogrs or from NoOrg to Org.
--
cheers,
Damian Sztankowski
LinkedIn medium.com Cloudskillsboost Sessionize Youtube
Hi, @dvdepassessment.
Currently, it is not possible to move a GCP project to another GCP project if neither is under an organization.
In your case, you can first create an organization, then move your non-organizational project to the newly created organization.
For full details on GCP project migration, you can read more here - Migrating projects between organization resources .
Regards,
Mokit