From 0c6ecb85ed0cc236db13874f87bf5f1b17c6c933 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Sat, 16 Mar 2024 14:26:15 -0400 Subject: [PATCH] fix(doc): fix `sudo` configuration steps (#1132) Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- docs/index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2be9cb37..204ab291 100644 --- a/docs/index.md +++ b/docs/index.md @@ -186,12 +186,6 @@ You can configure the `sudo` privilege for the user via the command line on the sudo useradd -m terraform ``` -- Add the user to the `sudo` group: - - ```sh - sudo usermod -aG sudo terraform - ``` - - Configure the `sudo` privilege for the user: ```sh