In part 2, we would cover some basics of meta-arguments, expressions, and functions. If you have not read part 1, it is highly recommended to read that part first before proceeding to read this since this part builds upon the example from part 1. Before we proceed, let us first organize our code into multiple … Continue reading Terraform Syntax – Part 2
Terraform
Terraform Syntax – Part 1
This post is intended to give a brief overview of the configuration syntax of Terraform. We would go through an example and touch up on some of the important aspects of Terraform configuration language, to successfully create an IaC and see that in action. This by no means is an attempt to rewrite all the … Continue reading Terraform Syntax – Part 1
Introduction to Terraform
Welcome to the very first blog post of this year. This post is an introduction to Terraform which is a tool to manage various cloud infrastructure services in the form of code. You essentially codify your infrastructure and thus also known as Infrastructure as Code (IaC). Talking about Digital Transformations that organizations go through, the … Continue reading Introduction to Terraform