Rationale for Correct Answer: A private registry in HCP Terraform is designed to publish and share modules within an organization (with org access controls), rather than publicly. That supports internal reuse while keeping module content and usage confined to authorized users in the org.
Analysis of Incorrect Options (Distractors):
B (False): Incorrect—confidential/internal distribution is a primary purpose of private registries.
Key Concept: Public vs private module registries and organizational access control.
[Reference: Terraform Objectives — Interact with Terraform Modules (module sources/registries), Manage Terraform Workspaces and Cloud (HCP Terraform capabilities)., , , , ]
Submit