fix gateway for dhcp (#6635)

This commit is contained in:
thetuxkeeper 2016-05-12 14:54:29 +02:00 committed by Paul Stack
parent 6eb75cc0e4
commit 510b2934f0
1 changed files with 2 additions and 2 deletions

View File

@ -290,7 +290,7 @@ func resourceVSphereVirtualMachine() *schema.Resource {
"ipv4_gateway": &schema.Schema{
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
},
"ipv6_address": &schema.Schema{
@ -308,7 +308,7 @@ func resourceVSphereVirtualMachine() *schema.Resource {
"ipv6_gateway": &schema.Schema{
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
},
"adapter_type": &schema.Schema{