HashiCorp Certified: Terraform Associate — Question 66

A Terraform provider is not responsible for:

Answer options

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.