Replace single quotes with double quotes in README (#108)
This commit is contained in:
parent
2c3f0ad713
commit
1261433f2b
1 changed files with 1 additions and 1 deletions
|
|
@ -510,7 +510,7 @@ Terraform module to automate your infrastructure provisioning. See [examples](ht
|
|||
--project="${PROJECT_ID}" \
|
||||
--location="global" \
|
||||
--workload-identity-pool="my-pool" \
|
||||
--format='value(name)'
|
||||
--format="value(name)"
|
||||
```
|
||||
|
||||
Use this value as the `workload_identity_provider` value in your GitHub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue