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…
Question
Options
- ATrue
- BFalse
How the community answered
(39 responses)- A10% (4)
- B90% (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
Community Discussion
No community discussion yet for this question.