How to install Terraform in Ubuntu
Image by terraform.io |
Hashicorp Terraform is popular open source Infrastructure as Code tool for automating infrastructure, You can install and configure your cloud infrastructure using terraform, Terraform is very popular today for devops terms, In this post I will explain how to install and configure terraform in Ubuntu.
Install Terraform
Let’s install Terraform in Ubuntu server using command line.
Install the Curl, gnupg and software-properties-common packages.
Install GPG key from Hashicorp.
Verify Key Fingerptint.
You will get the key fingerprint.
Now, let’s add Hashicorp repository to our server.
Download the package information from Hashicorp using this command.
Run below command to install terraform.
Verify the terraform installation.
Hope you like the article, I will post more article on terraform.