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: modules/cloudevent-recorder/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ No requirements.
158
158
| <aname="input_scaling"></a> [scaling](#input\_scaling)| The scaling configuration for the service. | <pre>object({<br/> min_instances = optional(number, 0)<br/> max_instances = optional(number, 100)<br/> max_instance_request_concurrency = optional(number)<br/> })</pre> |`{}`| no |
159
159
| <aname="input_split_triggers"></a> [split\_triggers](#input\_split\_triggers)| Opt-in flag to split into per-trigger dashboards. Helpful when hitting widget limits |`bool`|`false`| no |
160
160
| <aname="input_team"></a> [team](#input\_team)| Team label to apply to resources (replaces deprecated 'squad'). |`string`| n/a | yes |
161
-
| <aname="input_types"></a> [types](#input\_types)| A map from cloudevent types to the BigQuery schema associated with them, as well as an alert threshold and a list of notification channels (for subscription-level issues). | <pre>map(object({<br/> schema = string<br/> retention_period_days = optional(number, null)<br/> alert_threshold = optional(number, 50000)<br/> notification_channels = optional(list(string), [])<br/> partition_field = optional(string)<br/> clustering = optional(list(string), null)<br/> }))</pre> | n/a | yes |
161
+
| <a name="input_types"></a> [types](#input\_types) | A map from cloudevent types to the BigQuery schema associated with them, as well as an alert threshold and a list of notification channels (for subscription-level issues). | <pre>map(object({<br/> schema = string<br/> retention_period_days = optional(number, null)<br/> alert_threshold = optional(number, 50000)<br/> notification_channels = optional(list(string), [])<br/> partition_field = optional(string)<br/> clustering = optional(list(string), null)<br/> // Per-type override for the BigQuery table's deletion_protection<br/> // terraform attribute. When null (the default), the module-wide<br/> // var.deletion_protection applies. Intended for tables whose shapes<br/> // aren't fully defined yet — event types that may still be renamed,<br/> // re-partitioned, or removed — so iterating on the schema doesn't<br/> // require the schema-deletion playbook dance.<br/> deletion_protection = optional(bool, null)<br/> }))</pre> | n/a | yes |
0 commit comments