True or False? terraform init cannot automatically download Community providers.
A.
False
B.
True
Answer:
B
User Votes:
A 1 votes
50%
B
50%
Discussions
0/ 1000
Aamir_Ahmed
3 weeks, 5 days ago
The correct answer is:
A. False
Explanation: Terraform can automatically download community providers from the Terraform Registry and other sources when you run terraform init.
Terraform automatically fetches official HashiCorp providers as well as community-maintained providers from the Terraform Registry. If a provider is hosted outside the Terraform Registry (e.g., on a private registry or a GitHub repository), you may need to configure a provider installation method in the Terraform CLI configuration.
Want to join our community?
Please log in or signup in order to use this feature
The correct answer is:
A. False
Explanation:
Terraform can automatically download community providers from the Terraform Registry and other sources when you run terraform init.
Terraform automatically fetches official HashiCorp providers as well as community-maintained providers from the Terraform Registry.
If a provider is hosted outside the Terraform Registry (e.g., on a private registry or a GitHub repository), you may need to configure a provider installation method in the Terraform CLI configuration.