From 4226d09dee7c5ff1c3f7c9e02683c80957539063 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Rousselet?= Date: Thu, 21 Apr 2022 23:38:37 +0200 Subject: [PATCH] F #247: Add VM IPv6 attribute documentation --- website/docs/r/virtual_machine.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) 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.