Exam4Training

Terraform providers are always installed from the Internet.

Terraform providers are always installed from the Internet.
A . True
B . False

Answer: B

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.

Exit mobile version