From 77c03be41e3bf26f9b5eca5cf3b53e2cd3e38815 Mon Sep 17 00:00:00 2001 From: maidlover <117573165+maidl0ver@users.noreply.github.com> Date: Mon, 28 Jul 2025 18:22:17 +0000 Subject: [PATCH] Add a line to the docs Signed-off-by: maidl0ver Signed-off-by: maidlover <117573165+maidl0ver@users.noreply.github.com> --- docs/resources/virtual_environment_container.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/virtual_environment_container.md b/docs/resources/virtual_environment_container.md index 70c7c879..4b1f4118 100644 --- a/docs/resources/virtual_environment_container.md +++ b/docs/resources/virtual_environment_container.md @@ -134,6 +134,7 @@ output "ubuntu_container_public_key" { - `size` - (Optional) The size of the root filesystem in gigabytes (defaults to `4`). When set to 0 a directory or zfs/btrfs subvolume will be created. Requires `datastore_id` to be set. + - `mount_options` (Optional) List of extra mount options. - `initialization` - (Optional) The initialization configuration. - `dns` - (Optional) The DNS configuration. - `domain` - (Optional) The DNS search domain.