HashiCorp Certified: Terraform Associate — Question 303
Most Terraform providers interact with ____________.
Answer options
- A. API
- B. VCS Systems
- C. Shell scripts
- D. None of the above
Correct answer: A
Explanation
The correct answer is A, as most Terraform providers are designed to interact with APIs to provision and manage resources. Options B and C are not accurate because while version control systems and shell scripts can be used in conjunction with Terraform, they do not represent the primary interaction method for providers.