want to create infra in GCP using terraform whenever any new project create in ORG. I want to create only one Service Account and using that SA want to create infra for any future projects as well, I want to automate it using bitbucket pipeline.
Tried to resolve this by giving the org admin access to SA but its not working.
Is there any way for this ?