Skip to content

Commit e8c70d7

Browse files
alexhaydockbpg
andauthored
fix(docs): document auto option for enabling SLAAC in IPv6 config in vm and lxc (#2317)
docs(lxc,vm): Document auto option for enabling SLAAC in IPv6 config Signed-off-by: Alex Haydock <alex@alexhaydock.co.uk> Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
1 parent 3c507cc commit e8c70d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/resources/virtual_environment_container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ output "ubuntu_container_public_key" {
160160
- `ipv6` - (Optional) The IPv6 configuration.
161161
- `address` - (Optional) The IPv6 address in CIDR notation
162162
(e.g. fd1c::7334/64). Alternatively, set this
163-
to `dhcp` for autodiscovery.
163+
to `dhcp` for DHCPv6, or `auto` for SLAAC.
164164
- `gateway` - (Optional) The IPv6 gateway (must be omitted
165-
when `dhcp` is used as the address).
165+
when `dhcp` or `auto` are used as the address).
166166
- `user_account` - (Optional) The user account configuration.
167167
- `keys` - (Optional) The SSH keys for the root account.
168168
- `password` - (Optional) The password for the root account.

docs/resources/virtual_environment_vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,9 @@ output "ubuntu_vm_public_key" {
390390
- `ipv6` - (Optional) The IPv6 configuration.
391391
- `address` - (Optional) The IPv6 address in CIDR notation
392392
(e.g. fd1c::7334/64). Alternatively, set this
393-
to `dhcp` for autodiscovery.
393+
to `dhcp` for DHCPv6, or `auto` for SLAAC.
394394
- `gateway` - (Optional) The IPv6 gateway (must be omitted
395-
when `dhcp` is used as the address).
395+
when `dhcp` or `auto` are used as the address).
396396
- `user_account` - (Optional) The user account configuration (conflicts
397397
with `user_data_file_id`).
398398
- `keys` - (Optional) The SSH keys.

0 commit comments

Comments
 (0)