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
Description: `The client id of the Azure Active Directory Application.`,
97
97
},
98
+
"identity": {
99
+
Type: schema.TypeString,
100
+
Computed: true,
101
+
Description: `A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's Azure Active Directory Application.`,
Description: `If parallelism should be used when reading from Cloud Spanner`,
144
149
},
150
+
"use_serverless_analytics": {
151
+
Type: schema.TypeBool,
152
+
Optional: true,
153
+
Description: `If the serverless analytics service should be used to read data from Cloud Spanner. useParallelism must be set when using serverless analytics`,
Description: `Type of the Cloud SQL database. Possible values: ["DATABASE_TYPE_UNSPECIFIED", "POSTGRES", "MYSQL"]`,
192
202
},
203
+
"service_account_id": {
204
+
Type: schema.TypeString,
205
+
Computed: true,
206
+
Description: `When the connection is used in the context of an operation in BigQuery, this service account will serve as the identity being used for connecting to the CloudSQL instance specified in this connection.`,
Copy file name to clipboardExpand all lines: website/docs/r/bigquery_connection.html.markdown
+11-1
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ The following arguments are supported:
244
244
245
245
*`cloud_sql` -
246
246
(Optional)
247
-
A nested object resource
247
+
Connection properties specific to the Cloud SQL.
248
248
Structure is [documented below](#nested_cloud_sql).
249
249
250
250
*`aws` -
@@ -291,6 +291,9 @@ The following arguments are supported:
291
291
Type of the Cloud SQL database.
292
292
Possible values are `DATABASE_TYPE_UNSPECIFIED`, `POSTGRES`, and `MYSQL`.
293
293
294
+
*`service_account_id` -
295
+
When the connection is used in the context of an operation in BigQuery, this service account will serve as the identity being used for connecting to the CloudSQL instance specified in this connection.
@@ -338,6 +341,9 @@ The following arguments are supported:
338
341
*`redirect_uri` -
339
342
The URL user will be redirected to after granting consent during connection setup.
340
343
344
+
*`identity` -
345
+
A unique Google-owned and Google-generated identity for the Connection. This identity will be used to access the user's Azure Active Directory Application.
0 commit comments