Till now we have dealt quite a lot with Terraform CLI directly and indirectly in our previous posts. But Terraform CLI was never the focus of those introductory discussions. If you missed the introduction, please feel free to read the same here. The introductory post also contains information about the workflow (init - plan - … Continue reading Terraform CLI – Part 1
infra
Terraform Syntax – Part 2
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 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