nerdexam
HashiCorp

TA-002-P · Question #412

You cannot install third party plugins using terraform init.

The correct answer is B. False. For providers that are published in either the public Terraform Registry or in a third-party provider registry, terraform init will automatically find, download, and install the necessary provider plugins.

Use the Terraform CLI (terraform plan, apply, destroy, fmt, init, validate, workspace, import, taint, providers, output)

Question

You cannot install third party plugins using terraform init.

Options

  • ATrue
  • BFalse

How the community answered

(22 responses)
  • A
    14% (3)
  • B
    86% (19)

Explanation

For providers that are published in either the public Terraform Registry or in a third-party provider registry, terraform init will automatically find, download, and install the necessary provider plugins.

Topics

#terraform init#providers#plugins#provider installation

Community Discussion

No community discussion yet for this question.

Full TA-002-P Practice