HashiCorp
TERRAFORM-ASSOCIATE-003 · 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.
Understand Terraform Basics
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
(47 responses)- A6% (3)
- B9% (4)
- C2% (1)
- D83% (39)
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 plugins#provider installation#plugin sources#provider cache
Community Discussion
No community discussion yet for this question.