HashiCorp Certified: Terraform Associate — Question 293
Which of the following is true about Terraform's implementation of infrastructure as code? (Choose two.)
Answer options
- A. It is only compatible with AWS infrastructure management
- B. You cannot reuse infrastructure configuration
- C. You can version your infrastructure configuration
- D. It requires manual configuration of infrastructure resources
- E. It allows you to automate infrastructure provisioning
Correct answer: C, E
Explanation
The correct answers are C and E because Terraform allows users to version their infrastructure configurations, providing a way to track changes over time. Additionally, it facilitates the automation of infrastructure provisioning, which streamlines the deployment process. The other options are incorrect as Terraform is compatible with multiple cloud providers, allows configuration reuse, and does not require manual resource configuration.