0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 02:52:58 +00:00

fix(doc): fix sudo configuration steps (#1132)

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2024-03-16 14:26:15 -04:00 committed by GitHub
parent ab512622f7
commit 0c6ecb85ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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