nerdexam
HashiCorp

TA-002-P · Question #437

Most Terraform providers interact with ____________.

The correct answer is A. API. Terraform providers are plugins that interface with external platforms and services. The vast majority of providers - including AWS, Azure, GCP, GitHub, Datadog, and hundreds of others - communicate with those platforms via their APIs (REST, gRPC, etc.). Providers act as a…

Understand Terraform basics

Question

Most Terraform providers interact with ____________.

Options

  • AAPI
  • BVCS Systems
  • CShell scripts
  • DNone of the above

How the community answered

(18 responses)
  • A
    94% (17)
  • B
    6% (1)

Explanation

Terraform providers are plugins that interface with external platforms and services. The vast majority of providers - including AWS, Azure, GCP, GitHub, Datadog, and hundreds of others - communicate with those platforms via their APIs (REST, gRPC, etc.). Providers act as a translation layer, converting Terraform resource declarations into API calls to create, read, update, or delete infrastructure. While some providers may invoke shell scripts or interact with VCS systems as a secondary concern, the defining characteristic is API-based communication.

Topics

#Terraform providers#API interaction#Provider architecture

Community Discussion

No community discussion yet for this question.

Full TA-002-P Practice