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