Infrastructure-as-Code (IaC) is a practice used in public cloud providers, such as AWS, GCP, and Azure. In a nutshell, it consists of managing a set of resources (computing, network, storage, etc.) using the same approach developers use to manage application code. In this tutorial, we’ll do a quick tour of…