|

Terraform: An IaC Tool for Middleware Engineers

Introduction Infrastructure as Code (IaC) is a practice in IT infrastructure management that involves managing and provisioning computing resources through machine-readable configuration files, rather than through physical hardware configuration or interactive configuration tools. HashiCorp Terraform is an IaC tool that lets us define both cloud and on-prem resources in human-readable configuration files that we can version,…