apheleia/test/formatters/installers/terraform.bash

6 lines
235 B
Bash
Raw Normal View History

curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add -
echo "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" > /etc/apt/sources.list.d/terraform.list
apt-get update
apt-get install -y terraform