googlecodelabs / feedback

Provide feedback to our codelabs by filing an issue here
18 stars 22 forks source link

[cloud-slack-bot] Issue description #1360

Open rafarovina opened 9 months ago

rafarovina commented 9 months ago

On Step 8 it suggests the command:

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