Skip to content

Commit 5b977d7

Browse files
author
jochen weber
committed
use correct property
1 parent 8e578c1 commit 5b977d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

restapi/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func configureProvider(d *schema.ResourceData) (interface{}, error) {
156156
username: d.Get("username").(string),
157157
password: d.Get("password").(string),
158158
headers: headers,
159-
use_cookie: d.Get("use_cookies").(bool),
159+
use_cookies: d.Get("use_cookies").(bool),
160160
timeout: d.Get("timeout").(int),
161161
id_attribute: d.Get("id_attribute").(string),
162162
copy_keys: copy_keys,

0 commit comments

Comments
 (0)