Reusable, mass-producible code scaffolding for EQ Stacks
This IaaS code assumes that you have a Shared VPC set up in your Google Cloud organization, as well as a project that specifically contains your service account(s).
You will need the IDs of both of those projects to start.
- Install the Google Cloud SDK
gcloud auth login
- Get the service account information from your administrator and add it to your gcloud config
Then run:
$ ./scripts/add_sa_role.sh
This will give the service account the necessary permissions for one hour while you do your IaaS work.