You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create Google Compute Service Account and get its ID ("e-mail")
gcloud iam service-accounts create "${PROJECT_ID}-sa" \
--project=${PROJECT_ID} \
--display-name="Compute Instance Service Account"
gcloud iam service-accounts list --project=${PROJECT_ID} \
--filter="displayName:Compute Instance Service Account" \
--format="value(email)"
Create Terraform Service Account (first time only)