(minor) fix syntax on README step (#88)
This commit is contained in:
parent
1c6c798434
commit
52d3869752
@ -497,7 +497,7 @@ Terraform module to automate your infrastructure provisioning. See [examples](ht
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
gcloud iam workload-identity-pools providers describe "my-provider" \
|
gcloud iam workload-identity-pools providers describe "my-provider" \
|
||||||
--project="${PROJECT_ID}"
|
--project="${PROJECT_ID}" \
|
||||||
--location="global" \
|
--location="global" \
|
||||||
--workload-identity-pool="my-pool" \
|
--workload-identity-pool="my-pool" \
|
||||||
--format='value(name)'
|
--format='value(name)'
|
||||||
|
Loading…
Reference in New Issue
Block a user