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…
Question
Most Terraform providers interact with ____________.
Options
- AAPI
- BVCS Systems
- CShell scripts
- DNone of the above
How the community answered
(18 responses)- A94% (17)
- B6% (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
Community Discussion
No community discussion yet for this question.