HashiCorp Certified: Terraform Associate — Question 66
A Terraform provider is not responsible for:
Answer options
- A. Understanding API interactions with some service
- B. Provisioning infrastructure in multiple clouds
- C. Exposing resources and data sources based on an API
- D. Managing actions to take based on resource differences
Correct answer: D
Explanation
The correct answer is D because Terraform providers focus on API interactions, resource exposure, and infrastructure provisioning. Managing actions based on resource differences is more related to the Terraform core functionality rather than the provider itself.