We recently signed up for a Google Cloud account a...
# google-cloud
l
We recently signed up for a Google Cloud account and I would like to automate project creation via Pulumi & Gitlab CI. My idea was to create a service account for Pulumi to use and assign it the proper roles so we can manage our GCP projects via Pulumi code and apply it when merging to master. But it seems service accounts already require a project to create them. Has anyone automated GCP project creation via Pulumi? How did you setup the GCP credentials? I’m currently testing project creation with my account but I am the Organization Administrator and I don’t want to use this account in my Gitlab setup.