Skip to content

Commit b168f13

Browse files
committed
vultr: remove SetConnInfo
Now that `connection` has been added to the necessary examples, remove SetConnInfo from the code.
1 parent 7e8987a commit b168f13

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

vultr/resource_instance.go

-8
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,6 @@ func resourceInstanceRead(d *schema.ResourceData, meta interface{}) error {
381381
}
382382
d.Set("ipv6_addresses", ipv6s)
383383

384-
// Initialize the connection information.
385-
d.SetConnInfo(map[string]string{
386-
"host": instance.MainIP,
387-
"password": instance.DefaultPassword,
388-
"type": "ssh",
389-
"user": "root",
390-
})
391-
392384
return nil
393385
}
394386

0 commit comments

Comments
 (0)