0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 19:12:59 +00:00

fix(docs): typo in container.console attribute mode -> type (#1133)

docs: fix typo mode -> type

Signed-off-by: Sam Hug <s@m-h.ug>
This commit is contained in:
Sam Hug 2024-03-17 08:54:43 -07:00 committed by GitHub
parent 0c6ecb85ed
commit 5cd6b4acdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ output "ubuntu_container_public_key" {
- `console` - (Optional) The console configuration.
- `enabled` - (Optional) Whether to enable the console device (defaults
to `true`).
- `mode` - (Optional) The console mode (defaults to `tty`).
- `type` - (Optional) The console mode (defaults to `tty`).
- `console` - Console.
- `shell` - Shell.
- `tty` - TTY.