Google cloud service account not found
Apparently I was able to solve my own issue by undeleting the service account.
This operation is not supported by gcloud cli but it is supported in the api.
The request made was curl -X POST -H "Authorization: Bearer $(gcloud auth print-access-token)" "https://iam.googleapis.com/v1/projects/-/serviceAccounts/114592978558849211522:undelete"