Skip to content

Commit

Permalink
feat: INFRA-403 add small change in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbonami committed Sep 28, 2023
1 parent 21d4d46 commit ddfb500
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ The module takes the following variables as input:
- **postgres_params**: Additional command line parameters to pass to postgres when launching it
- **postgres_data**: Path where to store the configuration and data files (defaults to `/data`)
- **postgres_user**: User that will be used to access the database
- **postgres_database**: Name of the database that will be accessed
- **postgres_password**: Password that will be used to access the database. If omitted, a random password is generated
- **postgres_database**: Name of the database that will be accessed
- **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 postgres
Expand Down Expand Up @@ -134,4 +134,5 @@ To reprovision a new instance with changes to the following parameters, the modu
- postgres_data
- postgres_user
- postgres_password
- postgres_database
- postgres_database
- fluentd

0 comments on commit ddfb500

Please sign in to comment.