mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-07 15:02:40 -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