nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · Question #123

Terraform providers are always installed from the Internet.

The correct answer is B. False. Terraform providers are not always installed from the Internet. There are other ways to install provider plugins, such as from a local mirror or cache, from a local filesystem directory, or from a network filesystem. These methods can be useful for offline or air-gapped…

Submitted by daniela_cl· Apr 18, 2026Understand Terraform Providers

Question

Terraform providers are always installed from the Internet.

Options

  • ATrue
  • BFalse

How the community answered

(39 responses)
  • A
    10% (4)
  • B
    90% (35)

Explanation

Terraform providers are not always installed from the Internet. There are other ways to install provider plugins, such as from a local mirror or cache, from a local filesystem directory, or from a network filesystem. These methods can be useful for offline or air-gapped environments, or for customizing the installation process. You can configure the provider installation methods using the provider_installation block in the CLI configuration file.

Topics

#Provider installation#Provider sources#Terraform Registry

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice