Exam Terraform-Associate-004 Topic 2 Question 339 Discussion
Actual exam question for HashiCorp's Terraform-Associate-004 exam
Question #: 339
Topic #: 2
Question #: 339
Topic #: 2
What is a Terraform provider not responsible for?
Suggested Answer: A Vote an answer
Rationale for Correct Answer (A):
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.
Analysis of Incorrect Options:
B). Managing actions to take based on resource differences: This is a provider responsibility (through the resource schema).
C). Managing resources and data sources based on an API: Correct - providers define resources/data sources and map them to API calls.
D). Understanding API interactions with a hosted service: Correct - providers encapsulate API logic to allow Terraform to manage resources.
Key Concept:
Providers are API adapters. They handle CRUD operations for resources in their own ecosystem but do not span across multiple cloud platforms.
Reference:Terraform Exam Objective - Manage Terraform Resources and 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.
Analysis of Incorrect Options:
B). Managing actions to take based on resource differences: This is a provider responsibility (through the resource schema).
C). Managing resources and data sources based on an API: Correct - providers define resources/data sources and map them to API calls.
D). Understanding API interactions with a hosted service: Correct - providers encapsulate API logic to allow Terraform to manage resources.
Key Concept:
Providers are API adapters. They handle CRUD operations for resources in their own ecosystem but do not span across multiple cloud platforms.
Reference:Terraform Exam Objective - Manage Terraform Resources and Providers.
by Lou at Jun 23, 2026, 09:01 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).