HashiCorp Certified: Terraform Associate (003) — Question 26
Which of the following locations can Terraform use as a private source for modules? (Choose two.)
Answer options
- A. Public repository on GitHub.
- B. Internally hosted VCS (Version Control System) platform.
- C. Public Terraform Registry.
- D. Private repository on GitHub.
Correct answer: D
Explanation
The correct answer is D because a private repository on GitHub can be used to store private modules that are not publicly accessible. While options A, C, and B may refer to sources for modules, only D meets the criteria of being a private source.