You are currently viewing How To Install Terraform In AWS EC2

How To Install Terraform In AWS EC2

How to install Terraform in AWS EC2

Hello Everyone

Welcome to CloudAffaire and this is Debjeet.

In this series, we will explore one of the most popular IAC tool Terraform. In this demo we will install Terraform in AWS EC2 instance and create our 1st AWS resource using Terraform.

What is Terraform?

HashiCorp Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

How to install Terraform in AWS EC2:

Login to your AWS console and check if VPC ‘myvpc’ created

How To Install Terraform In AWS EC2

Hope you have enjoyed this article. In the next blog post, we will discuss terraform providers.

To install terraform in a different platform, please refer below terraform documentation

https://learn.hashicorp.com/terraform/getting-started/install.html

To get more details on terraform, please refer below terraform documentation

https://www.terraform.io/docs/index.html

 

Leave a Reply