Problem Statement
What is Terraform primarily used for in DevOps?
Explanation
Terraform is an open-source tool developed by HashiCorp used for defining, provisioning, and managing cloud infrastructure using code.
It allows teams to define infrastructure resources such as networks, virtual machines, and databases in configuration files, which can then be versioned, reviewed, and applied repeatedly in a predictable way.
