I’d like to create a GCP project with Terraform Cloud (TFC), but I’m stuck in a chicken-and-egg situation.
For TFC to create resources on GCP, I need to set the GOOGLE_CREDENTIALS env var to a GCP service account key. Unfortunately, that key can’t be created until the GCP project exists. Project requires key requires project.
Is there any way to break out of this loop?