Add Support for enabling Google API's in a project

Summary

During pre-deployment testing, we found a GCP dependency that needs to be resolved before our provisioning scripts will work.

When you create a new GCP project, you need to initialize the different service APIs (ex. Compute Engine, Kubernetes Engine, etc.). We can automate this with the API, however before you can use the API, you have to enable the Service Usage API in each GCP project, which can’t be done programmatically (thanks Google) without a very clugy gcloud automation from a web server workaround that isn’t feasible.

Any changelog notes should be added to the merge request description.

Edited by Jeff Martin