Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Install Terraform on Ubuntu (shell script)

sudo apt-get update && sudo apt-get install -y gnupg software-properties-common curl
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt-get update && sudo apt-get install terraform
Source by learn.hashicorp.com #
 
PREVIOUS NEXT
Tagged: #Install #Terraform #Ubuntu
ADD COMMENT
Topic
Name
7+2 =