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
# Skipping the sweeper because instances will be deleted during cluster sweeps
54
54
exclude_sweeper: true
55
+
include_in_tgc_next_DO_NOT_USE: true
55
56
examples:
56
57
- name: 'alloydb_instance_basic'
57
58
primary_resource_id: 'default'
@@ -248,9 +249,11 @@ properties:
248
249
- name: 'recordApplicationTags'
249
250
type: Boolean
250
251
description: 'Record application tags for an instance. This flag is turned "on" by default.'
252
+
include_empty_value_in_cai: true # Default value is false in CAI asset
251
253
- name: 'recordClientAddress'
252
254
type: Boolean
253
255
description: 'Record client address for an instance. Client address is PII information. This flag is turned "on" by default.'
256
+
include_empty_value_in_cai: true # Default value is false in CAI asset
254
257
- name: 'queryPlansPerMinute'
255
258
type: Integer
256
259
description: 'Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 20 is considered valid.'
@@ -263,9 +266,11 @@ properties:
263
266
- name: 'enabled'
264
267
type: Boolean
265
268
description: 'Observability feature status for an instance.'
269
+
include_empty_value_in_cai: true # Default value is false in CAI asset
266
270
- name: 'preserveComments'
267
271
type: Boolean
268
272
description: 'Preserve comments in the query string.'
273
+
include_empty_value_in_cai: true # Default value is false in CAI asset
269
274
- name: 'trackWaitEvents'
270
275
type: Boolean
271
276
description: 'Record wait events during query execution for an instance.'
@@ -278,12 +283,14 @@ properties:
278
283
- name: 'recordApplicationTags'
279
284
type: Boolean
280
285
description: 'Record application tags for an instance. This flag is turned "on" by default.'
286
+
include_empty_value_in_cai: true # Default value is false in CAI asset
281
287
- name: 'queryPlansPerMinute'
282
288
type: Integer
283
289
description: 'Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 200 is considered valid.'
284
290
- name: 'trackActiveQueries'
285
291
type: Boolean
286
292
description: 'Track actively running queries. If not set, default value is "off".'
293
+
include_empty_value_in_cai: true # Default value is false in CAI asset
287
294
- name: 'assistiveExperiencesEnabled'
288
295
type: Boolean
289
296
description: 'Whether assistive experiences are enabled for this AlloyDB instance.'
deprecation_message: '`google_beyondcorp_application` and associated IAM resources are deprecated. Use `google_beyondcorp_security_gateway_application` instead.'
0 commit comments