Skip to content

Commit

Permalink
fix gateway for dhcp (hashicorp#6635)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetuxkeeper authored and cristicalin committed May 24, 2016
1 parent b7c9a3a commit 43d102c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builtin/providers/vsphere/resource_vsphere_virtual_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand All @@ -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{
Expand Down

0 comments on commit 43d102c

Please sign in to comment.