Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Hashcorp

Chave GPG

wget -nv -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor -o /etc/apt/keyrings/hashicorp.gpg

Repositório

echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/hashicorp.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" > /etc/apt/sources.list.d/hashicorp.list

Programas

Terraform

apt install terraform

apt policy terraform
apt install terraform=1.9.8-1
apt-mark hold terraform

# terraform -install-autocomplete
echo "complete -C '$(which terraform)' terraform" > ~/.local/share/bash-completion/completions/terraform