Deployment and infrastructure management isn’t a simple process. On top of a lot of ever-changing, domain expertise we need to learn Yet Another Tool or a new workflow. If you have been putting this off, this article is a chance for you to get acquainted with one approach to infrastructure management.

Let’s start installation :

  1. Find the  package for your Laptop/server and download it.
  2. Now unzip the package.

We should make sure and confirm it regarding the terraform binary is coupled to your PATH

Now you must check and confirm if your terminal print a colon-separated list of locations in your _PATH_.

echo $PATH

Let’s move the terraform binaries to a specific location

$ mv ~/Downloads/terraform /usr/local/bin/terraform

For more  detail about adding binaries to your path

#aws #docker #architecture #terraform #nginx

How to Provision NGINX web server with Terraform in AWS?
5.35 GEEK