Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
Use --display-name in gcloud cli service account cmd.
Browse files Browse the repository at this point in the history
- It is easier for users to identify the service account that they
created if they provide it a --display-name. It helps them differentiate
between this user and the opsman user (which has a display name).
  • Loading branch information
Genevieve LEsperance committed Oct 18, 2017
1 parent 551cf6d commit 480ae4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You will need a key file for your [service account](https://cloud.google.com/iam
to allow terraform to deploy resources. If you don't have one, you can create a service account and a key for it:

```bash
gcloud iam service-accounts create some-account-name
gcloud iam service-accounts create some-account-name --display-name "Some Account Name"
gcloud iam service-accounts keys create "terraform.key.json" --iam-account "[email protected]"
gcloud projects add-iam-policy-binding PROJECT_ID --member 'serviceAccount:some-account-name@PROJECT_ID.iam.gserviceaccount.com' --role 'roles/owner'
```
Expand Down

0 comments on commit 480ae4e

Please sign in to comment.