diff --git a/README.md b/README.md index c22e7b2..6a7376b 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ module "enrich_kinesis" { | [byte\_limit](#input\_byte\_limit) | The amount of bytes to buffer events before pushing them to Kinesis | `number` | `1000000` | no | | [cloudwatch\_logs\_enabled](#input\_cloudwatch\_logs\_enabled) | Whether application logs should be reported to CloudWatch | `bool` | `true` | no | | [cloudwatch\_logs\_retention\_days](#input\_cloudwatch\_logs\_retention\_days) | The length of time in days to retain logs for | `number` | `7` | no | +| [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 | | [custom\_iglu\_resolvers](#input\_custom\_iglu\_resolvers) | The custom Iglu Resolvers that will be used by Enrichment to resolve and validate events |
list(object({| `[]` | no | | [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 | | [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 | diff --git a/main.tf b/main.tf index dde2613..faf484e 100644 --- a/main.tf +++ b/main.tf @@ -1,6 +1,6 @@ locals { module_name = "enrich-kinesis-ec2" - module_version = "0.6.0" + module_version = "0.6.1" app_name = "enrich-kinesis" app_version = var.app_version
name = string
priority = number
uri = string
api_key = string
vendor_prefixes = list(string)
}))