diff --git a/website/docs/r/virtual_machine.html.markdown b/website/docs/r/virtual_machine.html.markdown index df29c68b7..e2cc6c626 100644 --- a/website/docs/r/virtual_machine.html.markdown +++ b/website/docs/r/virtual_machine.html.markdown @@ -176,6 +176,8 @@ The following attribute are exported: * `nic_id` - nic attachment identifier * `network` - network name * `computed_ip` - IP of the virtual machine on this network. +* `computed_ip6_global` - IPv6 of the virtual machine on this network. +* `computed_ip6_link` - Link Local IPv6 of the virtual machine on this network. * `computed_mac` - MAC of the virtual machine on this network. * `computed_model` - Nic model driver. * `computed_virtio_queues` - Virtio multi-queue size. @@ -195,6 +197,8 @@ The following attribute are exported: * `nic_id` - nic attachment identifier * `network` - network name * `computed_ip` - IP of the virtual machine on this network. +* `computed_ip6_global` - IPv6 of the virtual machine on this network. +* `computed_ip6_link` - Link Local IPv6 of the virtual machine on this network. * `computed_mac` - MAC of the virtual machine on this network. * `computed_model` - Nic model driver. * `computed_virtio_queues` - Virtio multi-queue size.