HashiCorp Certified: Terraform Associate — Question 242
What functionality do providers offer in Terraform? (Choose three.)
Answer options
- A. Interact with cloud provider APIs.
- B. Provision resources for on-premises infrastructure services.
- C. Provision resources for public cloud infrastructure services.
- D. Group a collection of Terraform configuration files that map to a single state file.
- E. Enforce security and compliance policies.
Correct answer: A, B, C
Explanation
The correct answers A, B, and C relate to the core functionalities of Terraform providers, which enable interaction with cloud APIs and the provisioning of resources in both on-premises and public cloud environments. Option D describes a feature related to managing state files, while option E pertains to governance, which is not a direct function of Terraform providers.