Exam Terraform-Associate-004 Topic 3 Question 140 Discussion

Actual exam question for HashiCorp's Terraform-Associate-004 exam
Question #: 140
Topic #: 3
Terraform providers are part of the Terraform core binary.

Suggested Answer: B Vote an answer

Terraform providers are not part of the Terraform core binary. Providers are distributed separately from Terraform itself and have their own release cadence and version numbers. Providers are plugins that Terraform uses to interact with various APIs, such as cloud providers, SaaS providers, and other services. You can find and install providers from the Terraform Registry, which hosts providers for most major infrastructure platforms. You can also load providers from a local mirror or cache, or develop your own custom providers. To use a provider in your Terraform configuration, you need to declare it in the provider requirements block and optionally configure its settings in the provider block. Reference = : Providers - Configuration Language | Terraform : Terraform Registry - Providers Overview | Terraform

by Abigail at Aug 09, 2026, 10:11 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

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.

0
0
0
10