
This is a regular “data quiz”. Follow it on LinkedIn. Test your knowledge or learn something new.
Today Question:
Terraform is a tool for:
A) Monitoring
B) Orchestration
C) Infrastructure as Code
D) Backup
Correct Answer: C
Explanation
Terraform is an Infrastructure as Code (IaC) tool that defines, provisions, and manages cloud infrastructure using declarative configuration. It supports multiple cloud providers, enabling a unified way to manage AWS, Azure, GCP, and other systems. Terraform generates a plan before applying changes, maintains infrastructure state, and enables safe versioning. IaC increases consistency, automation, and reproducibility of infrastructure while reducing manual errors and speeding up deployment.
