Skip to content

Commit a8b7a7e

Browse files
correct typo in documentation (#4365) (#2828)
Co-authored-by: noissefnoc <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: noissefnoc <[email protected]>
1 parent 6fef05f commit a8b7a7e

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

.changelog/4365.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/guides/provider_reference.html.markdown

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ credential/authentication file. Make sure that the scope of the VM/Cluster is se
7777

7878
### Running Terraform outside of Google Cloud
7979

80-
If you are running terraform outside of Google Cloud, generate a service account key and set the `GOOGLE_APPPLICATION_CREDENTIALS` environment variable to
80+
If you are running terraform outside of Google Cloud, generate a service account key and set the `GOOGLE_APPLICATION_CREDENTIALS` environment variable to
8181
the path of the service account key. Terraform will use that key for authentication.
8282

8383
### Impersonating Service Accounts
@@ -109,7 +109,7 @@ You must have `roles/iam.serviceAccountTokenCreator` role on that account for th
109109
* `credentials` - (Optional) Either the path to or the contents of a
110110
[service account key file] in JSON format. You can
111111
[manage key files using the Cloud Console]. If not provided, the
112-
application default credentials will be used.
112+
application default credentials will be used.
113113

114114
* `scopes` - (Optional) The list of OAuth 2.0 [scopes] requested when generating
115115
an access token using the service account key specified in `credentials`.
@@ -125,9 +125,9 @@ resource project for preconditions, quota, and billing, instead of the project
125125
the credentials belong to. Not all resources support this- see the
126126
documentation for each resource to learn whether it does.
127127

128-
* `billing_project` - (Optional) This fields specifies a project that's used for
129-
preconditions, quota, and billing for requests. All resources that support user project
130-
overrides will use this project instead of the resource's project (if available). This
128+
* `billing_project` - (Optional) This fields specifies a project that's used for
129+
preconditions, quota, and billing for requests. All resources that support user project
130+
overrides will use this project instead of the resource's project (if available). This
131131
field is ignored if `user_project_override` is set to false or unset.
132132

133133
* `{{service}}_custom_endpoint` - (Optional) The endpoint for a service's APIs,
@@ -184,11 +184,11 @@ are automatically available. See
184184
for more details.
185185

186186
* On your computer, you can make your Google identity available by
187-
running [`gcloud auth application-default login`][gcloud adc].
187+
running [`gcloud auth application-default login`][gcloud adc].
188188

189189
---
190190
* `impersonate_service_account` - (Optional) The service account to impersonate for all Google API Calls.
191-
You must have `roles/iam.serviceAccountTokenCreator` role on that account for the impersonation to succeed.
191+
You must have `roles/iam.serviceAccountTokenCreator` role on that account for the impersonation to succeed.
192192
If you are using a delegation chain, you can specify that using the `impersonate_service_account_delegates` field.
193193
Alternatively, this can be specified using the `GOOGLE_IMPERSONATE_SERVICE_ACCOUNT` environment
194194
variable.
@@ -210,7 +210,7 @@ following ordered by precedence.
210210
---
211211

212212
* `billing_project` - (Optional) This fields allows Terraform to set X-Goog-User-Project
213-
for APIs that require a billing project to be specified like Access Context Manager APIs if
213+
for APIs that require a billing project to be specified like Access Context Manager APIs if
214214
User ADCs are being used. This can also be
215215
specified using the `GOOGLE_BILLING_PROJECT` environment variable.
216216

@@ -350,12 +350,12 @@ as their versioned counterpart but that won't necessarily always be the case.
350350

351351
* `batching` - (Optional) Controls batching for specific GCP request types
352352
where users have encountered quota or speed issues using `count` with
353-
resources that affect the same GCP resource (e.g. `google_project_service`).
353+
resources that affect the same GCP resource (e.g. `google_project_service`).
354354
It is not used for every resource/request type and can only group parallel
355355
similar calls for nodes at a similar traversal time in the graph during
356356
`terraform apply` (e.g. resources created using `count` that affect a single
357-
`project`). Thus, it is also bounded by the `terraform`
358-
[`-parallelism`](https://www.terraform.io/docs/commands/apply.html#parallelism-n)
357+
`project`). Thus, it is also bounded by the `terraform`
358+
[`-parallelism`](https://www.terraform.io/docs/commands/apply.html#parallelism-n)
359359
flag, as reducing the number of parallel calls will reduce the number of
360360
simultaneous requests being added to a batcher.
361361

0 commit comments

Comments
 (0)