Thursday, January 31, 2019

How to install Terraform on Ubuntu 16.0.4 - TerraForm Installation Steps on Ubuntu 16.0.4

Please find steps for installing Terraform for the session. You can install this on any of your existing Ubuntu EC2 instance.

Terraform is used for provisioning infrastructure on Cloud. you don't need to create manually any resource in AWS.

Create a working directory
sudo mkdir -p /opt/terraform
cd /opt/terraform

Download Terraform from Hasicorp website
sudo wget https://releases.hashicorp.com/terraform/0.12.23/terraform_0.12.23_linux_amd64.zip

sudo apt-get install unzip -y

Unzip Terraform Zip file

sudo unzip terraform_0.12.23_linux_amd64.zip

Add terraform to PATH

sudo vi ~/.bashrc
   add below entry in the last line 
   export PATH="/opt/terraform:$PATH"

source ~/.bashrc

terraform -version

    this should show version of Terraform.

    Terraform v0.12.23

4 comments:

  1. it's really nice and meanful. it's really cool blog. Linking is very useful thing.you have really helped lots of people who visit blog and provide them usefull information. http://www.3gapps.de/barcodescan

    ReplyDelete
  2. Actually I read it yesterday but I had some thoughts about it and today I wanted to read it again because it is very well written. http://www.3gapps.de/barcodescan-pro

    ReplyDelete