rakutentech / terraform-provider-vsphere

[DEPRECATED] Terraform Custom Provider for VMware vSphere
Mozilla Public License 2.0
82 stars 30 forks source link

VSphere Provider sets DNS entries to 8.8.8.8 automatically #58

Open bowersna opened 7 years ago

bowersna commented 7 years ago

I am seeing an issue where creating a VM in our vsphere environment where our DNS server IPs are automatically getting set to Googles DNS. (8.8.8.8 & 8.8.4.4) - This doesn't allow my domain-joined machines to register with our DNS servers. Do you have support to add name_servers to the network_interface block in your backlog by chance? Or am I just missing a resource block somewhere that allows me to specify this... I poked around on the website with no luck.

In our template, I have the DNS options set to 'automatic' and not Googles servers.

bowersna commented 7 years ago

you can remove this issue... literally just found what I was looking for. Doh!