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:
parent
0c6ecb85ed
commit
5cd6b4acdf
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user