mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 18:42:58 +00:00
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 <tomstokes@radixengineering.com>
This commit is contained in:
parent
571ff99511
commit
10dbfddc57
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user