Terraform

Jenkins pipeline, Terraform, Ansible - 3 powerful tools to achieve end to end automation

End to End automation on Azure using Terraform, Ansible and Jenkins – Practical guide

Introduction Jenkins pipeline, Terraform & Ansible are 3 most powerful open-source tools widely used for achieving automation. In this article, we will be discussing end-to-end automation on Microsoft azure cloud using Terraform, Ansible & Jenkins. Before starting let’s discuss very briefly the importance of automation. DevOps practices are powered by automation. Automation lies at the […]

End to End automation on Azure using Terraform, Ansible and Jenkins – Practical guide Read More »

Jenkins pipeline script to deploy infrastructure using Terraform

Jenkins pipeline script to deploy infrastructure using Terraform

Introduction Automation is very important nowadays. Infrastructure as a code has already automated the manual deployment of infrastructure. But if we want to achieve further automation, we can think of a pipeline. We need to just trigger the pipeline and this pipeline will take care of the various steps and execute them in the proper

Jenkins pipeline script to deploy infrastructure using Terraform Read More »

Why infrastructure as code is so popular

Why infrastructure as code (IaC) is so popular?

Introduction In this article we will discuss “infrastructure as code” and why it is so popular. At first let’s try to understand what is infrastructure as code briefly. What is infrastructure as code? This is basically file format of your infrastructure. By the word “infrastructure” we understand it is something physical. But if we want

Why infrastructure as code (IaC) is so popular? Read More »

Introduction to terraform - high level information

Introduction to terraform – high level information

Introduction Terraform is an open source tool which is used to write “infrastructure as code”. That is, we can use terraform to write code which will manage infrastructure. In this article we will see some high level information. Which language is used by terraform? There are two language – HCL (HashiCorp Configuration Language) – The

Introduction to terraform – high level information Read More »

automation of application platform building using terraform, ansible & jenkins

Automation of application platform building using Terraform, Ansible & Jenkins – Ideas

Introduction Automation of platform building is one of the key areas which helps to bring production grade application live comparably must faster. And automation also enables reusability. So, it might be painful at the initial stage to develop the automated solution but in the long run you will be benefited. When we speak about any

Automation of application platform building using Terraform, Ansible & Jenkins – Ideas Read More »