(minor) fix syntax on README step (#88)

This commit is contained in:
Katie McLaughlin 2021-12-15 04:08:46 +11:00 committed by GitHub
parent 1c6c798434
commit 52d3869752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -497,7 +497,7 @@ Terraform module to automate your infrastructure provisioning. See [examples](ht
```sh
gcloud iam workload-identity-pools providers describe "my-provider" \
--project="${PROJECT_ID}"
--project="${PROJECT_ID}" \
--location="global" \
--workload-identity-pool="my-pool" \
--format='value(name)'