We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
max_connections
1 parent ec71102 commit 6444e7bCopy full SHA for 6444e7b
website/docs/index.html.markdown
@@ -102,7 +102,7 @@ The following arguments are supported:
102
* `connect_timeout` - (Optional) Maximum wait for connection, in seconds. The
103
default is `180s`. Zero or not specified means wait indefinitely.
104
* `max_connections` - (Optional) Set the maximum number of open connections to
105
- the database. The default is `4`. Zero means unlimited open connections.
+ the database. The default is `20`. Zero means unlimited open connections.
106
* `expected_version` - (Optional) Specify a hint to Terraform regarding the
107
expected version that the provider will be talking with. This is a required
108
hint in order for Terraform to talk with an ancient version of PostgreSQL.
0 commit comments