Skip to content

Commit 1d8eac0

Browse files
authored
Fix bad list asterisk in quota docs (#12862)
1 parent e58bc7e commit 1d8eac0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

mmv1/third_party/terraform/website/docs/guides/provider_reference.html.markdown

+5-4
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,11 @@ variable.
181181

182182
## Quota Management Configuration
183183

184-
* `user_project_override` - (Optional) Defaults to `false`. Controls the [quota project](https://cloud.google.com/docs/quotas/quota-project)
185-
* used in requests to GCP APIs for the purpose of preconditions, quota,
186-
and billing. If `false`, the quota project is determined by the API and may be
187-
the project associated with your credentials for a
184+
* `user_project_override` - (Optional) Defaults to `false`. Controls the
185+
[quota project](https://cloud.google.com/docs/quotas/quota-project) used
186+
in requests to GCP APIs for the purpose of preconditions, quota, and
187+
billing. If `false`, the quota project is determined by the API and may
188+
be the project associated with your credentials for a
188189
[client-based API](https://cloud.google.com/docs/quotas/quota-project#project-client-based),
189190
or the resource project for a
190191
[resource-based API](https://cloud.google.com/docs/quotas/quota-project#project-resource-based).

0 commit comments

Comments
 (0)