Terraform Interview Questions
1. What is Terraform, and why is it used? Terraform is an open-source Infrastructure as Code (IaC) tool. It lets you define and manage your infrastructure (like servers, databases, and networks) using configuration files written in HashiCorp Configuration Language (HCL). It’s used because it allows you to: 2. Explain the difference between Terraform and other … Read more