mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 02:31:10 +00:00
fix(docs): fix wrong startup delay attributes (#1088)
fix(docs): Fix wrong startup delay attributes Signed-off-by: Ming Xie <git@mxie.dev>
This commit is contained in:
parent
812a3fcd1c
commit
85705fdd51
@ -202,10 +202,10 @@ output "ubuntu_container_public_key" {
|
||||
- `startup` - (Optional) Defines startup and shutdown behavior of the container.
|
||||
- `order` - (Required) A non-negative number defining the general startup
|
||||
order.
|
||||
- `up` - (Optional) A non-negative number defining the delay in seconds
|
||||
before the next container is started.
|
||||
- `down` - (Optional) A non-negative number defining the delay in
|
||||
seconds before the next container is shut down.
|
||||
- `up_delay` - (Optional) A non-negative number defining the delay in
|
||||
seconds before the next container is started.
|
||||
- `down_delay` - (Optional) A non-negative number defining the delay in
|
||||
seconds before the next container is shut down.
|
||||
- `start_on_boot` - (Optional) Automatically start container when the host
|
||||
system boots (defaults to `true`).
|
||||
- `tags` - (Optional) A list of tags the container tags. This is only meta
|
||||
|
@ -465,10 +465,10 @@ output "ubuntu_vm_public_key" {
|
||||
- `startup` - (Optional) Defines startup and shutdown behavior of the VM.
|
||||
- `order` - (Required) A non-negative number defining the general startup
|
||||
order.
|
||||
- `up` - (Optional) A non-negative number defining the delay in seconds
|
||||
before the next VM is started.
|
||||
- `down` - (Optional) A non-negative number defining the delay in seconds
|
||||
before the next VM is shut down.
|
||||
- `up_delay` - (Optional) A non-negative number defining the delay in
|
||||
seconds before the next VM is started.
|
||||
- `down_delay` - (Optional) A non-negative number defining the delay in
|
||||
seconds before the next VM is shut down.
|
||||
- `tablet_device` - (Optional) Whether to enable the USB tablet device (defaults
|
||||
to `true`).
|
||||
- `tags` - (Optional) A list of tags of the VM. This is only meta information (
|
||||
|
Loading…
Reference in New Issue
Block a user