Terraform

Reusable infrastructure with Terraform Modules

Posted on

As development, staging and production environment are isolated from each other, so does the terraform code required to. In order to built a re-usable terraform code for both staging and production environment, without conducting copy and paste, one must follow the modules strategy. In this blog we will learn how to create Reusable infrastructure with […]

Terraform

Terraform Installation on AWS EC2 Linux Instance

Posted on

In this blog we will do the Terraform Installation on AWS EC2 Linux Instance. We will learn basics of Terraform and its basic commands to launch an Ec2 instance. Check out youtube video for this article Before starting the installation, lets explore what is terraform. Introduction Terraform is a cross-platform tool, which means that it does not […]

Terraform

Build AWS network via Terraform modules

Posted on

As development, staging and production environment are isolated from each other, so does the terraform code required to. In order to built a re-usable terraform code for both staging and production environment, without conducting copy and paste, one must follow the modules strategy. In this blog we will learn to Build AWS network via Terraform […]

Ansible

Terraform-Dynamic Inventory

Posted on

How to get the Terraform-Dynamic Inventory for your ansible script This blog will help you to find out the Terraform-Dynamic Inventory like EC2 instance which is created automatically using Terraform. Now to do the deployment on this EC2 instance through ansible you need the details. Here, we will find out how we can put the host […]