Skip to content

Commit

Permalink
feat: INFRA-403 fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbonami committed Sep 19, 2023
1 parent d830fc3 commit 21d4d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The module takes the following variables as input:
- **postgres_password**: Password that will be used to access the database. If omitted, a random password is generated
- **fluentd**: Optional fluentd configuration to securely route logs to a fluentd node using the forward plugin. It has the following keys:
- **enabled**: If set to false (the default), fluentd will not be installed.
- **postgres_tag**: Tag to assign to logs coming from haproxy
- **postgres_tag**: Tag to assign to logs coming from postgres
- **node_exporter_tag** Tag to assign to logs coming from the prometheus node exporter
- **forward**: Configuration for the forward plugin that will talk to the external fluentd node. It has the following keys:
- **domain**: Ip or domain name of the remote fluentd node.
Expand Down

0 comments on commit 21d4d46

Please sign in to comment.