mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-06 09:01:42 -04:00
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