HashiCorp Certified: Terraform Associate — Question 238

Terraform configuration can only call modules from the public registry.

Answer options

Correct answer: B

Explanation

The correct answer is B because Terraform allows users to source modules from various locations, including private registries, local paths, and Git repositories, not just the public registry. Therefore, the assertion that modules can only be called from the public registry is incorrect.