From a2c40c7c79d562972b6da25f53087d95e9050b0b Mon Sep 17 00:00:00 2001 From: Hritwik Date: Mon, 7 Jul 2025 04:35:28 +0530 Subject: [PATCH] chore(docs): fix indentation in vm resource (#2020) docs: fix indentation in vm resource Signed-off-by: Hritwik --- docs/resources/virtual_environment_vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/virtual_environment_vm.md b/docs/resources/virtual_environment_vm.md index c070272b..24aee91c 100755 --- a/docs/resources/virtual_environment_vm.md +++ b/docs/resources/virtual_environment_vm.md @@ -591,7 +591,7 @@ output "ubuntu_vm_public_key" { - `vm_id` - (Optional) The VM identifier. - `hook_script_file_id` - (Optional) The identifier for a file containing a hook script (needs to be executable, e.g. by using the `proxmox_virtual_environment_file.file_mode` attribute). - `watchdog` - (Optional) The watchdog configuration. Once enabled (by a guest action), the watchdog must be periodically polled by an agent inside the guest or else the watchdog will reset the guest (or execute the respective action specified). - - `enabled` - (Optional) Whether the watchdog is enabled (defaults to `false`). + - `enabled` - (Optional) Whether the watchdog is enabled (defaults to `false`). - `model` - (Optional) The watchdog type to emulate (defaults to `i6300esb`). - `i6300esb` - Intel 6300ESB. - `ib700` - iBase IB700.