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 (