0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +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:
Ming Xie 2024-03-04 19:34:13 -05:00 committed by GitHub
parent 812a3fcd1c
commit 85705fdd51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -202,10 +202,10 @@ output "ubuntu_container_public_key" {
- `startup` - (Optional) Defines startup and shutdown behavior of the container. - `startup` - (Optional) Defines startup and shutdown behavior of the container.
- `order` - (Required) A non-negative number defining the general startup - `order` - (Required) A non-negative number defining the general startup
order. order.
- `up` - (Optional) A non-negative number defining the delay in seconds - `up_delay` - (Optional) A non-negative number defining the delay in
before the next container is started. seconds before the next container is started.
- `down` - (Optional) A non-negative number defining the delay in - `down_delay` - (Optional) A non-negative number defining the delay in
seconds before the next container is shut down. seconds before the next container is shut down.
- `start_on_boot` - (Optional) Automatically start container when the host - `start_on_boot` - (Optional) Automatically start container when the host
system boots (defaults to `true`). system boots (defaults to `true`).
- `tags` - (Optional) A list of tags the container tags. This is only meta - `tags` - (Optional) A list of tags the container tags. This is only meta

View File

@ -465,10 +465,10 @@ output "ubuntu_vm_public_key" {
- `startup` - (Optional) Defines startup and shutdown behavior of the VM. - `startup` - (Optional) Defines startup and shutdown behavior of the VM.
- `order` - (Required) A non-negative number defining the general startup - `order` - (Required) A non-negative number defining the general startup
order. order.
- `up` - (Optional) A non-negative number defining the delay in seconds - `up_delay` - (Optional) A non-negative number defining the delay in
before the next VM is started. seconds before the next VM is started.
- `down` - (Optional) A non-negative number defining the delay in seconds - `down_delay` - (Optional) A non-negative number defining the delay in
before the next VM is shut down. seconds before the next VM is shut down.
- `tablet_device` - (Optional) Whether to enable the USB tablet device (defaults - `tablet_device` - (Optional) Whether to enable the USB tablet device (defaults
to `true`). to `true`).
- `tags` - (Optional) A list of tags of the VM. This is only meta information ( - `tags` - (Optional) A list of tags of the VM. This is only meta information (