vultr / terraform-provider-vultr-community

Terraform Vultr provider
Mozilla Public License 2.0
50 stars 7 forks source link

[Feature] Set Connection config in Server and Baremetal #100

Open ddymko opened 5 years ago

ddymko commented 5 years ago

Is your feature request related to a problem? Please describe. Relating to #98

Describe the solution you'd like Have terraform set your default connection information for server + baremetal. This will omit users having to define the their connection blocks like so:

   connection {
        type     = "ssh"
        host     = "ip"
        user     = "root"
        password = "password"
   }