Hi all, first things first, I have next to 0 experience with GCP and am helping on a project. There is a project which is not affiliated with an organization, which I have read how to take care of, but the project also needs to be located in an existing landing zone and right now it is not in a landing zone. I'd like to know if anyone has any insight into how to easily do this. We're using Terraform to build out the infrastructure in the project.
Thanks!
Hello,
I assume by landing zone, you are referring to default region or zone which we can change/add using the command "gcloud compute project-info add-metadata" as instructed in Google Cloud doc.
Thank You