From 85705fdd51b5e64662bea169d86922ff85f062cb Mon Sep 17 00:00:00 2001 From: Ming Xie <1136583+zmingxie@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:34:13 -0500 Subject: [PATCH] fix(docs): fix wrong startup delay attributes (#1088) fix(docs): Fix wrong startup delay attributes Signed-off-by: Ming Xie --- docs/resources/virtual_environment_container.md | 8 ++++---- docs/resources/virtual_environment_vm.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/resources/virtual_environment_container.md b/docs/resources/virtual_environment_container.md index fa2c13e4..a234d398 100644 --- a/docs/resources/virtual_environment_container.md +++ b/docs/resources/virtual_environment_container.md @@ -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 diff --git a/docs/resources/virtual_environment_vm.md b/docs/resources/virtual_environment_vm.md index 2f5bcf62..a2a66a0a 100644 --- a/docs/resources/virtual_environment_vm.md +++ b/docs/resources/virtual_environment_vm.md @@ -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 (