mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-17 10:01:05 -05: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