Skip to content

Commit

Permalink
F #247: Add VM IPv6 attribute documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
frousselet committed May 3, 2022
1 parent 8a2fbe8 commit 4226d09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/r/virtual_machine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 4226d09

Please sign in to comment.