From 5cd6b4acdfd4777fb7eaa48b74328284a88e53ec Mon Sep 17 00:00:00 2001 From: Sam Hug <171470+samhug@users.noreply.github.com> Date: Sun, 17 Mar 2024 08:54:43 -0700 Subject: [PATCH] fix(docs): typo in `container.console` attribute `mode` -> `type` (#1133) docs: fix typo mode -> type Signed-off-by: Sam Hug --- docs/resources/virtual_environment_container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/virtual_environment_container.md b/docs/resources/virtual_environment_container.md index a234d398..34b26bfc 100644 --- a/docs/resources/virtual_environment_container.md +++ b/docs/resources/virtual_environment_container.md @@ -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.