Files
opentf/website/docs/cli/install
Pierre-Yves Aillet 2fd3da94c7 Fix a wrong usage of sudo in debian install doc
Currently `sudo` is applied to `echo` resulting in:
`/etc/apt/sources.list.d/terraform.list: Permission denied`

Using `echo "..." | sudo tee /etc/apt/sources.list.d/terraform.list` fix the problem
2022-06-11 16:04:10 +02:00
..
2021-12-14 18:41:17 -08:00