I want to move a domain, registered via Google Cloud Domains, from on project to another.
The guides and documentation if found only covers transfer or registration to and from Google Cloud Domains for a 3rd party registrars.
My attempt to use the transfer functionality via `gcloud` fails with following error message:
> FAILED_PRECONDITION: Domain <domain.tld> is already managed by Cloud Domains.
How can I move a domain from one GCP project to another?
Solved! Go to Solution.
You need to use export/import feature based on below piece of documentation.
Link
You need to use export/import feature based on below piece of documentation.
Link
Great! Worked well.
Thank you @VishalBulbule