From 1653188be4d55ff28b7e1340de47f67b5bfc98f4 Mon Sep 17 00:00:00 2001 From: Mikhail Chinkov Date: Mon, 23 Dec 2024 10:21:41 +0100 Subject: [PATCH] fix: mentioning API_KEY explicitly --- modules/firehose-logs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/firehose-logs/README.md b/modules/firehose-logs/README.md index 84e80d42..93aab6cf 100644 --- a/modules/firehose-logs/README.md +++ b/modules/firehose-logs/README.md @@ -87,7 +87,7 @@ It is possible to pass a custom coralogix domain by using the `custom_domain` va | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [coralogix\_region](#input\_coralogix\_region) | Coralogix account region: EU1, EU2, AP1, AP2, AP3, US1, US2 [exact] | `any` | n/a | yes | -| [api_key](#input\_api_key) | Coralogix account logs private key | `any` | n/a | yes | +| [api_key](#input\_api_key) | Coralogix account logs API key | `any` | n/a | yes | | [firehose\_stream](#input\_firehose\_stream) | AWS Kinesis firehose delivery stream name | `string` | n/a | yes | | [application_name](#input\_application_name) | The name of your application in Coralogix | `string` | n/a | yes | | [subsystem_name](#input\_subsystem_name) | The subsystem name of your application in Coralogix | `string` | n/a | yes |