Remove a duplicate `connect_timeout` from a rebase+stash.

This commit is contained in:
Sean Chittenden 2016-12-12 00:53:06 -08:00
parent e2448473cb
commit 15cd542392
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16
1 changed files with 0 additions and 7 deletions

View File

@ -52,13 +52,6 @@ func Provider() terraform.ResourceProvider {
DefaultFunc: schema.EnvDefaultFunc("PGSSLMODE", nil),
Description: "This option determines whether or with what priority a secure SSL TCP/IP connection will be negotiated with the PostgreSQL server",
},
"connect_timeout": {
Type: schema.TypeInt,
Optional: true,
Default: 15,
DefaultFunc: schema.EnvDefaultFunc("PGCONNECT_TIMEOUT", nil),
Description: "Maximum wait for connection, in seconds. Zero or not specified means wait indefinitely.",
},
"ssl_mode": {
Type: schema.TypeString,
Optional: true,