HashiCorp Certified: Terraform Associate — Question 10
What value does the Terraform Cloud/Terraform Enterprise private module registry provide over the public Terraform Module Registry?
Answer options
- A. The ability to share modules with public Terraform users and members of Terraform Enterprise Organizations
- B. The ability to tag modules by version or release
- C. The ability to restrict modules to members of Terraform Cloud or Enterprise organizations
- D. The ability to share modules publicly with any user of Terraform
Correct answer: C
Explanation
The correct answer is C because the private module registry allows organizations to keep their modules restricted to only authorized users within Terraform Cloud or Enterprise. Options A and D are incorrect as they imply broader sharing capabilities, which are not a feature of the private registry. Option B, while a useful feature, does not represent a unique advantage of the private module registry over the public one.