fixed ipv6 - changed to Computed like ipv4 (#6480)

This commit is contained in:
thetuxkeeper 2016-05-05 16:38:45 +02:00 committed by Paul Stack
parent 8821aea945
commit 83f87e3741
1 changed files with 2 additions and 2 deletions

View File

@ -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{