Skip to content

Commit

Permalink
docs: Update TF module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoKF committed Mar 28, 2024
1 parent b8a52fe commit 26efdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlstacks/terraform/modules/lakefs-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ No modules.

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | n/a | `string` | `"1.1.3"` | no |
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | n/a | `string` | `"1.2.5"` | no |
| <a name="input_database_postgres"></a> [database\_postgres](#input\_database\_postgres) | See lakeFS server configuration docs, section `database.postgresql`: https://docs.lakefs.io/reference/configuration.html | <pre>object({<br> connection_string = string,<br> max_open_connections = optional(number),<br> max_idle_connections = optional(number),<br> connection_max_lifetime = optional(string),<br> })</pre> | `null` | no |
| <a name="input_database_type"></a> [database\_type](#input\_database\_type) | Database-related variables | `string` | n/a | yes |
| <a name="input_ingress_host"></a> [ingress\_host](#input\_ingress\_host) | n/a | `string` | `""` | no |
Expand Down

0 comments on commit 26efdf9

Please sign in to comment.