HashiCorp Certified: Terraform Associate — Question 289
Which are examples of infrastructure as code? (Choose two.)
Answer options
- A. Cloned virtual machine images
- B. Change management database records
- C. Versioned configuration files
- D. Docker files
Correct answer: C, D
Explanation
The correct answers, C and D, represent infrastructure as code because they involve defining and managing infrastructure through code and configuration files. Options A and B do not fit this definition, as cloned virtual machine images and change management database records do not involve coding or configuration management practices.