Skip to content

Commit e58bc7e

Browse files
authored
Link to the quota project docs in the quota management section (#12860)
1 parent fa45163 commit e58bc7e

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

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

+11-8
Original file line numberDiff line numberDiff line change
@@ -181,19 +181,22 @@ variable.
181181

182182
## Quota Management Configuration
183183

184-
* `user_project_override` - (Optional) Defaults to `false`. Controls the quota
185-
project used in requests to GCP APIs for the purpose of preconditions, quota,
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,
186186
and billing. If `false`, the quota project is determined by the API and may be
187-
the project associated with your credentials, or the resource project. If `true`,
188-
most resources in the provider will explicitly supply their resource project, as
189-
described in their documentation. Otherwise, a `billing_project` value must be
190-
supplied. Alternatively, this can be specified using the `USER_PROJECT_OVERRIDE`
191-
environment variable.
187+
the project associated with your credentials for a
188+
[client-based API](https://cloud.google.com/docs/quotas/quota-project#project-client-based),
189+
or the resource project for a
190+
[resource-based API](https://cloud.google.com/docs/quotas/quota-project#project-resource-based).
191+
If `true`, most resources in the provider will explicitly supply their resource
192+
project, as described in their documentation. Otherwise, a `billing_project`
193+
value must be supplied. Alternatively, this can be specified using the
194+
`USER_PROJECT_OVERRIDE` environment variable.
192195

193196
Service account credentials are associated with the project the service account
194197
was created in. Credentials that come from the gcloud tool are associated with a
195198
project owned by Google. In order to properly use credentials that come from
196-
gcloud with Terraform, it is recommended to set this property to true.
199+
gcloud with Terraform, it is recommended to set this property to `true`.
197200

198201
`user_project_override` uses the `X-Goog-User-Project`
199202
[system parameter](https://cloud.google.com/apis/docs/system-parameters). When

0 commit comments

Comments
 (0)