fix gateway for dhcp (#6635)
This commit is contained in:
parent
6eb75cc0e4
commit
510b2934f0
|
@ -290,7 +290,7 @@ func resourceVSphereVirtualMachine() *schema.Resource {
|
||||||
"ipv4_gateway": &schema.Schema{
|
"ipv4_gateway": &schema.Schema{
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
ForceNew: true,
|
Computed: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
"ipv6_address": &schema.Schema{
|
"ipv6_address": &schema.Schema{
|
||||||
|
@ -308,7 +308,7 @@ func resourceVSphereVirtualMachine() *schema.Resource {
|
||||||
"ipv6_gateway": &schema.Schema{
|
"ipv6_gateway": &schema.Schema{
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
ForceNew: true,
|
Computed: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
"adapter_type": &schema.Schema{
|
"adapter_type": &schema.Schema{
|
||||||
|
|
Loading…
Reference in New Issue