HashiCorp Certified: Terraform Associate — Question 220
Terraform providers are part of the Terraform core binary.
Answer options
- A. True
- B. False
Correct answer: B
Explanation
The correct answer is B because Terraform providers are separate plugins that are not included in the core Terraform binary. They must be installed and managed independently. Answer A is incorrect as it suggests that providers are bundled with the core binary, which is not the case.