@@ -181,19 +181,22 @@ variable.
181
181
182
182
## Quota Management Configuration
183
183
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,
186
186
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.
192
195
193
196
Service account credentials are associated with the project the service account
194
197
was created in. Credentials that come from the gcloud tool are associated with a
195
198
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 ` .
197
200
198
201
` user_project_override ` uses the ` X-Goog-User-Project `
199
202
[ system parameter] ( https://cloud.google.com/apis/docs/system-parameters ) . When
0 commit comments