fixed ipv6 - changed to Computed like ipv4 (#6480)
This commit is contained in:
parent
8821aea945
commit
83f87e3741
|
@ -296,13 +296,13 @@ func resourceVSphereVirtualMachine() *schema.Resource {
|
|||
"ipv6_address": &schema.Schema{
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
"ipv6_prefix_length": &schema.Schema{
|
||||
Type: schema.TypeInt,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
"ipv6_gateway": &schema.Schema{
|
||||
|
|
Loading…
Reference in New Issue