HashiCorp Certified: Terraform Associate — Question 293

Which of the following is true about Terraform's implementation of infrastructure as code? (Choose two.)

Answer options

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.