nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · Question #235

What is a Terraform provider not responsible for?

The correct answer is A. Provisioning infrastructure in multiple cloud providers. Providers only interact with one specific platform or API. Terraform itself can work with multiple providers in one configuration, but a single provider is not responsible for provisioning across multiple cloud providers.

Submitted by satoshi_tk· Apr 18, 2026Understand Terraform Providers

Question

What is a Terraform provider not responsible for?

Options

  • AProvisioning infrastructure in multiple cloud providers.
  • BManaging actions to take based on resource differences.
  • CManaging resources and data sources based on an API.
  • DUnderstanding API interactions with a hosted service.

How the community answered

(27 responses)
  • A
    93% (25)
  • B
    4% (1)
  • C
    4% (1)

Explanation

Providers only interact with one specific platform or API. Terraform itself can work with multiple providers in one configuration, but a single provider is not responsible for provisioning across multiple cloud providers.

Topics

#Terraform Providers#Provider responsibilities#Terraform core#Multi-cloud provisioning

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice