Skip to content

Commit

Permalink
fixed ipv6 - changed to Computed like ipv4 (hashicorp#6480)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetuxkeeper authored and bigkraig committed May 5, 2016
1 parent a4d1f8e commit f410ae1
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 @@ -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{
Expand Down

0 comments on commit f410ae1

Please sign in to comment.