HashiCorp
TERRAFORM-ASSOCIATE-004 · Question #62
Where can Terraform not load a provider from?
The correct answer is D. Source code. This is where Terraform cannot load a provider from, as it requires a compiled binary file that implements the provider protocol. You can load a provider from a plugins directory, a provider plugin cache, or the official HashiCorp distribution on releases.hashicorp.com.
Submitted by jian89· Apr 18, 2026Understand Terraform Providers
Question
Where can Terraform not load a provider from?
Options
- APlugins directory
- BProvider plugin chance
- COfficial HashCrop Distribution on releases.hashcrop.com
- DSource code
How the community answered
(41 responses)- A2% (1)
- B2% (1)
- C5% (2)
- D90% (37)
Explanation
This is where Terraform cannot load a provider from, as it requires a compiled binary file that implements the provider protocol. You can load a provider from a plugins directory, a provider plugin cache, or the official HashiCorp distribution on releases.hashicorp.com.
Topics
#Provider loading#Plugin architecture#Terraform init#Provider sources
Community Discussion
No community discussion yet for this question.