nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · 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…

Understand Terraform Basics

Question

Terraform providers are always installed from the Internet.

Options

  • ATrue
  • BFalse

How the community answered

(33 responses)
  • A
    30% (10)
  • B
    70% (23)

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#private registry#local mirror#plugin cache

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice