Infrastructure as Code using Terraform — Terraform is one of the most popular DevOps tools for IaC from HashiCorp. In a nutshell, it consists of managing a set of resources (computing, network, storage, etc.) using code. Terraform allows you to automate infrastructure on any of the public cloud providers, and in this tutorial we will focus…