This videos will let you know about how to install Terraform on AWS Ec2 instance with easy way.
STEPS:
Download required binary packages from: https://www.terraform.io/downloads.html
Unzip and move Terraform package to required location (/usr/local/bin/)
Enable tab completion for Terraform by installing package with command:
$sudo terraform -install-autocomplete
Verify Terraform installation by running commands:
$sudo terraform - -version
$ sudo terraform -help
$ sudo terraform -help plan
Visit to https://devopsarticle.com/ to learn more.