Spell `ssl_mode` like `sslmode`
This commit is contained in:
parent
655617ed6a
commit
7e5ccc089b
|
@ -68,8 +68,8 @@ func providerConfigure(d *schema.ResourceData) (interface{}, error) {
|
|||
Port: d.Get("port").(int),
|
||||
Username: d.Get("username").(string),
|
||||
Password: d.Get("password").(string),
|
||||
SslMode: d.Get("ssl_mode").(string),
|
||||
Timeout: d.Get("connect_timeout").(int),
|
||||
SslMode: d.Get("sslmode").(string),
|
||||
}
|
||||
|
||||
client, err := config.NewClient()
|
||||
|
|
Loading…
Reference in New Issue