From 10dbfddc57c5dc3245b9a1827ec3f5d43f783e21 Mon Sep 17 00:00:00 2001 From: Tom Stokes Date: Thu, 11 Jan 2024 17:34:01 -0700 Subject: [PATCH] fix(docs): fix indentation in `virtual_environment_container.md` (#882) Fix incorrect indentation in `disk` block which caused the `size` parameter to render incorrectly. Signed-off-by: Tom Stokes --- docs/resources/virtual_environment_container.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/virtual_environment_container.md b/docs/resources/virtual_environment_container.md index accd2ea7..b1e516ed 100644 --- a/docs/resources/virtual_environment_container.md +++ b/docs/resources/virtual_environment_container.md @@ -121,8 +121,8 @@ output "ubuntu_container_public_key" { - `disk` - (Optional) The disk configuration. - `datastore_id` - (Optional) The identifier for the datastore to create the disk in (defaults to `local`). - -`size` - (Optional) The size of the root filesystem in gigabytes ( - defaults to `4`). Requires `datastore_id` to be set. + - `size` - (Optional) The size of the root filesystem in gigabytes (defaults + to `4`). Requires `datastore_id` to be set. - `initialization` - (Optional) The initialization configuration. - `dns` - (Optional) The DNS configuration. - `domain` - (Optional) The DNS search domain.