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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,6 +259,7 @@ module "enrich_kinesis" {
259
259
| <aname="input_byte_limit"></a> [byte\_limit](#input\_byte\_limit)| The amount of bytes to buffer events before pushing them to Kinesis |`number`|`1000000`| no |
260
260
| <aname="input_cloudwatch_logs_enabled"></a> [cloudwatch\_logs\_enabled](#input\_cloudwatch\_logs\_enabled)| Whether application logs should be reported to CloudWatch |`bool`|`true`| no |
261
261
| <aname="input_cloudwatch_logs_retention_days"></a> [cloudwatch\_logs\_retention\_days](#input\_cloudwatch\_logs\_retention\_days)| The length of time in days to retain logs for |`number`|`7`| no |
262
+
| <aname="input_config_override_b64"></a> [config\_override\_b64](#input\_config\_override\_b64)| App config uploaded as a base64 encoded blob. This variable facilitates dev flow, if config is incorrect this can break the deployment. |`string`|`""`| no |
262
263
| <aname="input_custom_iglu_resolvers"></a> [custom\_iglu\_resolvers](#input\_custom\_iglu\_resolvers)| The custom Iglu Resolvers that will be used by Enrichment to resolve and validate events | <pre>list(object({<br> name = string<br> priority = number<br> uri = string<br> api_key = string<br> vendor_prefixes = list(string)<br> }))</pre> |`[]`| no |
263
264
| <aname="input_custom_s3_hosted_assets_bucket_name"></a> [custom\_s3\_hosted\_assets\_bucket\_name](#input\_custom\_s3\_hosted\_assets\_bucket\_name)| Name of the bucket in which hosted database for the IP Lookups and/or IAB Enrichments are stored |`string`|`""`| no |
264
265
| <aname="input_custom_tcp_egress_port_list"></a> [custom\_tcp\_egress\_port\_list](#input\_custom\_tcp\_egress\_port\_list)| For opening up TCP ports to access other destinations not served over HTTP(s) (e.g. for SQL / API enrichments) |`list(string)`|`[]`| no |
0 commit comments