You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`timeout_delete` - (Optional) Timeout for deleting a container in seconds (defaults to 60).
250
250
-`timeout_update` - (Optional) Timeout for updating a container in seconds (defaults to 1800).
251
251
-`unprivileged` - (Optional) Whether the container runs as unprivileged on the host (defaults to `false`).
252
+
-`wait_for_ip` - (Optional) Configuration for waiting for specific IP address types when the container starts.
253
+
-`ipv4` - (Optional) Wait for at least one IPv4 address (non-loopback, non-link-local) (defaults to `false`).
254
+
-`ipv6` - (Optional) Wait for at least one IPv6 address (non-loopback, non-link-local) (defaults to `false`).
255
+
256
+
When `wait_for_ip` is not specified or both `ipv4` and `ipv6` are `false`, the provider waits for any valid global unicast address (IPv4 or IPv6). In dual-stack networks where DHCPv6 responds faster, this may result in only IPv6 addresses being available. Set `ipv4 = true` to ensure IPv4 address availability.
252
257
-`vm_id` - (Optional) The container identifier
253
258
-`features` - (Optional) The container feature flags. Changing flags (except nesting) is only allowed for `root@pam` authenticated user.
254
259
-`nesting` - (Optional) Whether the container is nested (defaults to `false`)
-`type` - (Optional) The QEMU agent interface type (defaults to `virtio`).
138
138
-`isa` - ISA Serial Port.
139
139
-`virtio` - VirtIO (paravirtualized).
140
+
-`wait_for_ip` - (Optional) Configuration for waiting for specific IP address types when the VM starts.
141
+
-`ipv4` - (Optional) Wait for at least one IPv4 address (non-loopback, non-link-local) (defaults to `false`).
142
+
-`ipv6` - (Optional) Wait for at least one IPv6 address (non-loopback, non-link-local) (defaults to `false`).
143
+
144
+
When `wait_for_ip` is not specified or both `ipv4` and `ipv6` are `false`, the provider waits for any valid global unicast address (IPv4 or IPv6). In dual-stack networks where DHCPv6 responds faster, this may result in only IPv6 addresses being available. Set `ipv4 = true` to ensure IPv4 address availability.
140
145
-`amd_sev` - (Optional) Secure Encrypted Virtualization (SEV) features by AMD CPUs.
141
146
-`type` - (Optional) Enable standard SEV with `std` or enable experimental SEV-ES with the `es` option or enable experimental SEV-SNP with the `snp` option (defaults to `std`).
142
147
-`allow_smt` - (Optional) Sets policy bit to allow Simultaneous Multi Threading (SMT)
0 commit comments