nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · 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.

Submitted by lukas.cz· Apr 18, 2026Use Terraform CLI

Question

You cannot install third party plugins using terraform init.

Options

  • ATrue
  • BFalse

How the community answered

(27 responses)
  • A
    15% (4)
  • B
    85% (23)

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.

Full TERRAFORM-ASSOCIATE-004 Practice