From 55557a2f3f5013c7bdf184df6dfd223c711b2bbd Mon Sep 17 00:00:00 2001 From: Matthew Sachs Date: Tue, 21 Mar 2017 22:56:01 -0700 Subject: [PATCH] README.md =~ s/PROJET_ID/PROJECT_ID/ --- iap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iap/README.md b/iap/README.md index c1cb26f0de8..aea66347672 100644 --- a/iap/README.md +++ b/iap/README.md @@ -35,7 +35,7 @@ These samples are used on the following documentation pages: ``` 3. Give your VM's default service account the `Service Account Actor` role: ``` - gcloud projects add-iam-policy-binding PROJET_ID + gcloud projects add-iam-policy-binding PROJECT_ID --role=roles/iam.serviceAccountActor --member=serviceAccount:SERVICE_ACCOUNT ```