rakutentech / terraform-provider-vsphere

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

Allow dns_suffix & dns_servers to be set by DHCP #53

Open FireDrunk opened 8 years ago

FireDrunk commented 8 years ago

Is it possible to add a value for the dns_suffix and dns_servers variable to let those be decided by the DHCP server in the Guest network? Currently i have to hardcode the DNS settings but i don't want to set any at all.

It defaults to vsphere.local and 8.8.8.8 / 8.8.4.4, which breaks my setup.

ccit-spence commented 8 years ago

@FireDrunk Did you get any resolution to this issue? The defaulting to vsphere.local is killing my setup as well.

FireDrunk commented 8 years ago

tbqfh: I moved away from Terraform. I've tried other vSphere Terraform providers which have the same issues (not enough control).