SERVICE_ACCOUNT=$(gcloud iam service-accounts list \
--format "value(email)" \
--filter "displayName:Compute Engine default service account")
But the default displayName I got for the Compute Engine was Default compute service account.
Perhaps adding a succestion that the service account should be the email for the default compute service account woul'd be nice. Or use --filter "email:*-compute@developer.gserviceaccount.com" as the default filter
On Step 8 it suggests the command:
But the default
displayName
I got for the Compute Engine wasDefault compute service account
.Perhaps adding a succestion that the service account should be the email for the default compute service account woul'd be nice. Or use
--filter "email:*-compute@developer.gserviceaccount.com"
as the default filter