Terraform Tutorial | How to Install Terraform on AWS EC2 Instance | Linux Ubuntu
This tutorial will guide you to Install terraform on AWS EC2 Instance.
Terraform Commands
– wget https://releases.hashicorp.com/terraform/0.13.4/terraform_0.13.4_linux_amd64.zip
– sudo apt install unzip
– unzip terraform_0.13.4_linux_amd64.zip
– sudo mkdir downloads
– sudo mv terraform downloads
– ls -la
– sudo nano .profile
– export PATH=”$PATH:~/downloads – Put this line at the end of the file.
– sudo chown ubuntu:ubuntu downloads
– source ~/.profile
– terraform –version
Link to create aws ec2 key pair – https://youtu.be/yP2TlprX5U8
#LiveTechieNetwork #Terraform #AWS
Hit Like, Share and Subscribe Button for more Tutorials Videos.
ubuntu download