HashiCorp Certified: Terraform Associate — Question 342
Which of the following locations can Terraform use as a private source for modules? (Choose two.)
Answer options
- A. Internally hosted SCM (Source Control Manager) platform
- B. Public Terraform Module Registry
- C. Private repository on GitHub
- D. Public repository on GitHub
Correct answer: A, C
Explanation
The correct answers are A and C because they represent private sources where Terraform can retrieve modules. Option B, the Public Terraform Module Registry, and option D, the Public repository on GitHub, are both public and do not qualify as private sources.