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

pull/6500/head
thetuxkeeper 10 years ago committed by Paul Stack
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…
Cancel
Save