You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/guides/provider_reference.html.markdown
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ credential/authentication file. Make sure that the scope of the VM/Cluster is se
77
77
78
78
### Running Terraform outside of Google Cloud
79
79
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
81
81
the path of the service account key. Terraform will use that key for authentication.
82
82
83
83
### Impersonating Service Accounts
@@ -109,7 +109,7 @@ You must have `roles/iam.serviceAccountTokenCreator` role on that account for th
109
109
*`credentials` - (Optional) Either the path to or the contents of a
110
110
[service account key file] in JSON format. You can
111
111
[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.
113
113
114
114
*`scopes` - (Optional) The list of OAuth 2.0 [scopes] requested when generating
115
115
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
125
125
the credentials belong to. Not all resources support this- see the
126
126
documentation for each resource to learn whether it does.
127
127
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
131
131
field is ignored if `user_project_override` is set to false or unset.
132
132
133
133
*`{{service}}_custom_endpoint` - (Optional) The endpoint for a service's APIs,
@@ -184,11 +184,11 @@ are automatically available. See
184
184
for more details.
185
185
186
186
* On your computer, you can make your Google identity available by
0 commit comments