HashiCorp
TERRAFORM-ASSOCIATE-003 · Question #30
You cannot install third party plugins using terraform init.
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.
Use the Terraform CLI (outside of core workflow)
Question
You cannot install third party plugins using terraform init.
Options
- ATrue
- BFalse
How the community answered
(25 responses)- A24% (6)
- B76% (19)
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#provider plugins#third-party providers#plugin installation
Community Discussion
No community discussion yet for this question.