HashiCorpHashiCorp
TERRAFORM-ASSOCIATE-004 · Question #30
TERRAFORM-ASSOCIATE-004 Question #30: Real Exam Question with Answer & Explanation
The correct answer is B: False. You can install third party plugins using terraform init, as long as you specify the plugin directory in your configuration or as a command-line argument. You can also use the terraform providers mirror command to create a local mirror of providers from any source.
Submitted by lukas.cz· Apr 18, 2026Use Terraform CLI
Question
You cannot install third party plugins using terraform init.
Options
- ATrue
- BFalse
Explanation
You can install third party plugins using terraform init, as long as you specify the plugin directory in your configuration or as a command-line argument. You can also use the terraform providers mirror command to create a local mirror of providers from any source.
Topics
#terraform init#providers#plugins#installation
Community Discussion
No community discussion yet for this question.