nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · Question #219

What functionality do providers offer in Terraform? (Pick 3 correct responses)

The correct answer is A. Interact with cloud provider APIs. B. Provision resources for on-premises infrastructure services. D. Provision resources for public cloud infrastructure services.. A ( Correct) - Providers allow Terraform to interact with APIs of cloud/on-premises services. B ( Correct) - Some Terraform providers can provision on-premises infrastructure, such as VMware, OpenStack, etc. C ( Incorrect) - This describes Terraform Workspaces, not providers. D (

Submitted by olafpl· Apr 18, 2026Understand Terraform Providers

Question

What functionality do providers offer in Terraform? (Pick 3 correct responses)

Options

  • AInteract with cloud provider APIs.
  • BProvision resources for on-premises infrastructure services.
  • CGroup a collection of Terraform configuration files that map to a single state file.
  • DProvision resources for public cloud infrastructure services.
  • EEnforce security and compliance policies.

How the community answered

(23 responses)
  • A
    87% (20)
  • C
    9% (2)
  • E
    4% (1)

Explanation

A ( Correct) - Providers allow Terraform to interact with APIs of cloud/on-premises services. B ( Correct) - Some Terraform providers can provision on-premises infrastructure, such as VMware, OpenStack, etc. C ( Incorrect) - This describes Terraform Workspaces, not providers. D ( Correct) - Terraform providers allow provisioning of public cloud resources (AWS, Azure, E ( Incorrect) - Enforcing security and compliance policies is not a direct provider function, but it can be done using Sentinel or other policy-as-code tools.

Topics

#Terraform providers#Provider functionality#Resource provisioning#API interaction

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice